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
https://swagger.io/docs/specification/serialization/#query
Especially the deepObject is not supported. Example :
- in: query name: filter required: false schema: type: object properties: website: type: array items: type: string country: type: array items: type: string style: deepObject
the query /1/stats/?filter%5Bwebsite%5D=a&filter%5Bwebsite%5D=b is rejected with a 400
/1/stats/?filter%5Bwebsite%5D=a&filter%5Bwebsite%5D=b
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
https://swagger.io/docs/specification/serialization/#query
Especially the deepObject is not supported.
Example :
the query
/1/stats/?filter%5Bwebsite%5D=a&filter%5Bwebsite%5D=b
is rejected with a 400The text was updated successfully, but these errors were encountered: