-
Notifications
You must be signed in to change notification settings - Fork 365
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
Support array of params #140
Comments
Can you post a screenshot of the generated docs and the code you're using? |
Don't have time to fix this at the moment, but I believe it's failing here: https://github.com/zipmark/rspec_api_documentation/blob/master/lib/rspec_api_documentation/client_base.rb#L82 |
+1 for this |
I've ended up with following code
I don't have time to make pull request, but replace this method in client_base.rb file, and it will work |
I have array of params passing to request like
``` select[]=current&select[]=requested&select[]=plan````
but in doc i have only first select param. How do i get rest of params to showing in generated doc?
The text was updated successfully, but these errors were encountered: