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 you specify a model that is malformed or missing information the server generates a HTTP status code 422 (Unprocessable Content) which is not specified as status code in the Swagger and thus leads to problems with generated clients as the response can not be deserialized.
** Proposed Solution **
Return status code 400 (Bad Request) or trigger adaptation of the specification to accept 422 as status code.
The text was updated successfully, but these errors were encountered:
Problem
When you specify a model that is malformed or missing information the server generates a HTTP status code 422 (Unprocessable Content) which is not specified as status code in the Swagger and thus leads to problems with generated clients as the response can not be deserialized.
** Proposed Solution **
Return status code 400 (Bad Request) or trigger adaptation of the specification to accept 422 as status code.
The text was updated successfully, but these errors were encountered: