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
[]
This is a question. Is there "proper" way to output this format?
parameters: - name: 'user_ids[]' << this one in: query required: false schema: type: array items: type: string
Our front generate type.d.ts using this openapi file, and rails way is allowed by this user_ids[]=1&user_ids[]=2
type.d.ts
user_ids[]=1&user_ids[]=2
The text was updated successfully, but these errors were encountered:
Sorry, I didn't read PRs. It was on there #233 I'm gonna close this issue.
Sorry, something went wrong.
No branches or pull requests
This is a question.
Is there "proper" way to output this format?
Our front generate
type.d.ts
using this openapi file, and rails way is allowed by thisuser_ids[]=1&user_ids[]=2
The text was updated successfully, but these errors were encountered: