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
Optional parameters of an endpoint aren't shown to be optional or not. The generated doc needs to show if param is optional or not. For example:
App: /endpoint: GET(op_param <: int?, param <: int)?op_query=string?&query=string: ...
Generates:
It's impossible to tell if the params are optional without looking at the source file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Optional parameters of an endpoint aren't shown to be optional or not. The generated doc needs to show if param is optional or not.
For example:
Generates:
It's impossible to tell if the params are optional without looking at the source file.
The text was updated successfully, but these errors were encountered: