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
For some requests that allow a user to pass in an id to query, passing in a string bypasses validation and the server responds with a 500.
Reproduction Steps
Query for GET applications, POST applications/action, GET functional groups or GET consumer messages using ids
Pass in a string for the id value
Expected Behavior
Server invalidates the request because it's a string
Observed Behavior
Server attempts to find the id despite being the wrong type
The text was updated successfully, but these errors were encountered:
crokita
changed the title
Better API response for not passing in integers for id properties of GETs
Better API response for not passing in integers for id properties of requests
Apr 7, 2021
Bug Report
For some requests that allow a user to pass in an id to query, passing in a string bypasses validation and the server responds with a 500.
Reproduction Steps
Expected Behavior
Observed Behavior
The text was updated successfully, but these errors were encountered: