-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
Fix filter and collection docs links #1868
Conversation
schema: | ||
type: array | ||
items: | ||
type: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mikerebilly could you explain me this change? I believe it's incorrect.
Please see specification for style: form
+ explode: false
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@justnero You're right seems like i'm wrong, maybe we can revert this specific part of the PR. https://swagger.io/specification/#style-values:~:text=200.B%3D150-,form,false,-color%3D cc @mehicalen
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary
Remove old documentation about filters and expand, and link to new docs. Also fixed
sort
definition and description.Links
Checklist