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
When I try to register broker, or platform, I may get a 500 as response without clear reason what is wrong in my payload.
APIs need to have better validation on PUT, PATCH and POST requests and to return back the message with meaningful information what was wrong in payload.
Example of such messages are:
"Wrong broker URL"
"Wrong broker credentials"
"Malformed broker URL"
"Invalid payload format (Not a valid JSON)"
"Missing label for plan <>"
"Too long broker name - allowed size is XX"
The text was updated successfully, but these errors were encountered:
When I try to register broker, or platform, I may get a 500 as response without clear reason what is wrong in my payload.
APIs need to have better validation on PUT, PATCH and POST requests and to return back the message with meaningful information what was wrong in payload.
Example of such messages are:
"Wrong broker URL"
"Wrong broker credentials"
"Malformed broker URL"
"Invalid payload format (Not a valid JSON)"
"Missing label for plan <>"
"Too long broker name - allowed size is XX"
The text was updated successfully, but these errors were encountered: