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've this definition
{ "name": "category_in", "in": "query", "description": "Filter by category | Category code need to be passed", "required": false, "type": "array", "items": { "type": "string", "example": [ "cat1-code,cat2-code", "cat3-code" ] }, "collectionFormat": "csv" },
But examples are not rendered in the doc. This is what I get
Is the definition wrong or am I missing something ?
The text was updated successfully, but these errors were encountered:
Your definition is completely OK. It's a ReDoc issue. Thanks for reporting.
Sorry, something went wrong.
fix: use array items example
12f79f0
fixes #408
No branches or pull requests
I've this definition
But examples are not rendered in the doc. This is what I get
Is the definition wrong or am I missing something ?
The text was updated successfully, but these errors were encountered: