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
KREST-1673 Add error responses to the OpenAPI spec. (#890)
This adds some common error responses to all endpoints in our
OpenAPI spec. Unfortunately OpenAPI does not provide a nice way
to handle these in a single place, so there's a lot of duplication.
- See OAI/OpenAPI-Specification#398,
OAI/OpenAPI-Specification#521,
OAI/OpenAPI-Specification#566.
The error responses also include some examples that will hopefully
be useful for users and developers. However the examples are by no
means exhaustive.
0 commit comments