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
If I accidentally send a request without a :targetId in the request URL, the server returns a 500. Should this be left as a 500 because the server doesn't know how to handle this URL or a 400 because the user entered a URL with a missing parameter?
eg GET /api/v2/targets/:targetId/recordingOptionsList:
If I accidentally send a request without a
:targetId
in the request URL, the server returns a500
. Should this be left as a500
because the server doesn't know how to handle this URL or a400
because the user entered a URL with a missing parameter?eg
GET /api/v2/targets/:targetId/recordingOptionsList
:Originally posted by @jan-law in cryostatio/cryostat#474 (comment)
The text was updated successfully, but these errors were encountered: