diff options
Diffstat (limited to 'support/doc/api')
-rw-r--r-- | support/doc/api/openapi.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support/doc/api/openapi.yaml b/support/doc/api/openapi.yaml index ae4855878..6c5a15087 100644 --- a/support/doc/api/openapi.yaml +++ b/support/doc/api/openapi.yaml | |||
@@ -960,6 +960,12 @@ paths: | |||
960 | Disambiguate via `type`: | 960 | Disambiguate via `type`: |
961 | - `invalid_client` for an unmatched `client_id` | 961 | - `invalid_client` for an unmatched `client_id` |
962 | - `invalid_grant` for unmatched credentials | 962 | - `invalid_grant` for unmatched credentials |
963 | '401': | ||
964 | x-summary: token expired | ||
965 | description: | | ||
966 | Disambiguate via `type`: | ||
967 | - default value for a regular authentication failure | ||
968 | - `invalid_token` for an expired token | ||
963 | x-codeSamples: | 969 | x-codeSamples: |
964 | - lang: Shell | 970 | - lang: Shell |
965 | source: | | 971 | source: | |