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
When using swagger-ui to query an API, if you supply a blank parameter, the parameter is not included in the API query URI.
Currently when querying API with a blank parameter "query=": http://api.server.com/REST/?query2=text&query3=text
Is it possible to make this configurable, so that if the parameter is provided as blank the URL still contains the blank parameter: http://api.server.com/REST/query=&query2=text&query3=text
Spoke to Tonytam on IRC who advised me to raise this as a bug
Thanks
The text was updated successfully, but these errors were encountered:
updated schemas to definitions per #81
f11115f
43fc489
This has been resolved in Swagger 2.0 but not documented. This comment is basically a reminder to myself to add the documentation to it.
Sorry, something went wrong.
Closing in favor of #611.
allowEmptyValue
No branches or pull requests
When using swagger-ui to query an API, if you supply a blank parameter, the parameter is not included in the API query URI.
Currently when querying API with a blank parameter "query=":
http://api.server.com/REST/?query2=text&query3=text
Is it possible to make this configurable, so that if the parameter is provided as blank the URL still contains the blank parameter:
http://api.server.com/REST/query=&query2=text&query3=text
Spoke to Tonytam on IRC who advised me to raise this as a bug
Thanks
The text was updated successfully, but these errors were encountered: