We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
APIs in the specification show response for success scenario. Responses for error scenarios are not added.
Consider this API spec as an example. Response body is missing for error status codes like 4xx, 5xx, etc.
The spec should have error responses to improve usability of the APIs.
The text was updated successfully, but these errors were encountered:
💯 error responses are totally missing in most places, they often have common definitions, too
Sorry, something went wrong.
No branches or pull requests
What is the bug?
APIs in the specification show response for success scenario. Responses for error scenarios are not added.
How can one reproduce the bug?
Consider this API spec as an example. Response body is missing for error status codes like 4xx, 5xx, etc.
What is the expected behavior?
The spec should have error responses to improve usability of the APIs.
The text was updated successfully, but these errors were encountered: