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 set responses with 4XX as the status, I still get back errors like "406 response should be defined for all GET, POST, PUT, PATCH, and DELETE operations" or "415 response should be defined for operations receiving a body (POST, PUT, PATCH)". It's weird because in the help text it suggest using default, which is less specific, so I don't think it's an issue of not including that specific code.
The text was updated successfully, but these errors were encountered:
When I set responses with
4XX
as the status, I still get back errors like "406 response should be defined for all GET, POST, PUT, PATCH, and DELETE operations" or "415 response should be defined for operations receiving a body (POST, PUT, PATCH)". It's weird because in the help text it suggest usingdefault
, which is less specific, so I don't think it's an issue of not including that specific code.The text was updated successfully, but these errors were encountered: