Closed Xample closed 2 days ago
Can you share the openapi definition?
Hello, I will take a look tomorrow. The Mime type of the content was probably application/* or application/octet-stream.
Ok it was « application/json » but I realized I was missing the « format : binary » in the schema part. Using format : binary generates a proper blob object type.
Hello, unlike json request which should be typed properly, the "blob" responseType should have a "Blob" resultType.
the resultType must be "Blob" (PascalCase) if the responseType is a "blob" (lowercase).
I can imagine this possible 2 lines fix: