You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The server SHALL respond with a response with the status code 400, if the request URI includes a query parameter that has an invalid value.
What is an invalid value?
Some examples:
You have a limit parameter defined, type number with maximum value 100 in the OpenAPI Schema: Is passing a limit of 200 valid? Related issue: Querying the maximum value for limit #173
You have a parameter to search for IDs. You pass ids=[1,2,3] but the server only has data with the IDs 2,3,4. Is that valid?
The text was updated successfully, but these errors were encountered:
@m-mohr Please see "/per/core/query-param-value-tolerance". This permission was added on May 18 in respose to issue #173 but I think it addresses your issue as well.
Commons Part 1, §8.1.3, requirement 3 says:
What is an invalid value?
Some examples:
limit
#173The text was updated successfully, but these errors were encountered: