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
I can't find any more document or implementation on the parameter shorthand definition, but it would be nice to have a shorthand for required.
Something like:
* - (body) password? {String} User's Password
or
* - (body) password {String?} User's Password
The text was updated successfully, but these errors were encountered:
+1 to this, seems like the docs for this library where lost somewhere
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I can't find any more document or implementation on the parameter shorthand definition, but it would be nice to have a shorthand for required.
Something like:
or
The text was updated successfully, but these errors were encountered: