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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
An endpoint method such as follows:
@GET public List<User> searchUsers(@QueryParam("limit") @DefaultValue("30") int limit, ....)
...produces documentation where primitive type request parameters with default value are flagged as required:
which appears a bit confusing and could lead to the assumption that these optional request parameters must be specified
The text was updated successfully, but these errors were encountered:
3a4a44e
Fixed in 2.13.2.
2.13.2
Sorry, something went wrong.
No branches or pull requests
Problem
An endpoint method such as follows:
...produces documentation where primitive type request parameters with default value are flagged as required:
Actual Behavior
which appears a bit confusing and could lead to the assumption that these optional request parameters must be specified
Expected Behavior
The text was updated successfully, but these errors were encountered: