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
I want to add a parameter type array in form data to upload multiple files but it seem not work.
My Swagger json
parameters: ... - name: files in: formData description: '' required: true schema: type: array items: type: object properties: file: type: file caption: type: string responses: '200':...
and I got this error:
Swagger Error Not a valid parameter definition
The text was updated successfully, but these errors were encountered:
That's because it's not supported in the spec - see OAI/OpenAPI-Specification#254. Unfortunately, this can't be done right now.
Sorry, something went wrong.
No branches or pull requests
I want to add a parameter type array in form data to upload multiple files but it seem not work.
My Swagger json
and I got this error:
The text was updated successfully, but these errors were encountered: