We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
post: tags: - "Voucher" summary: "Free shit" description: "No money needed!" operationId: "uploadVoucher" requestBody: description: "File to upload" content: form-data: schema: properties: file: description: "The file to upload" type: "string" format: "binary" type: "object"
Error: UnexpectedFormat("unexpected content type: form-data")
The text was updated successfully, but these errors were encountered:
Mea culpa, must be "application/x-www-form-urlencoded": instead of form-data, assuming upstream change.
"application/x-www-form-urlencoded":
form-data
Thank you for this beautiful tool 💟
Sorry, something went wrong.
So while the above statement is correct, the behavior should be different. See #410
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: