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
{{ message }}
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.
However, it raises a BadRequest. Does it not receive a valid response? Is the status-code bad? If so, it shouldn't be listed as BadRequest, but there should be some alternate response.
Params with a semicolon pass validation, but those with a comma do not. Please address this issue so boolean values are respected in parameters or error message provides more information as to what went wrong.
The text was updated successfully, but these errors were encountered:
So this is an issue with returning something useful to the user when the server does not return a proper response. Possibly inspect for JSON, look at errors field, return server's response to the user? Or raise Exception with lots of info because user is expecting JSON in response.
The following should be a valid query param as a per PMP docs:
However, it raises a
BadRequest
. Does it not receive a valid response? Is the status-code bad? If so, it shouldn't be listed as BadRequest, but there should be some alternate response.Params with a semicolon pass validation, but those with a comma do not. Please address this issue so boolean values are respected in parameters or error message provides more information as to what went wrong.
The text was updated successfully, but these errors were encountered: