diff options
Diffstat (limited to 'openapi.yaml')
| -rw-r--r-- | openapi.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openapi.yaml b/openapi.yaml index 8e87938..050bae7 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -154,6 +154,18 @@ paths: example: "Forbidden operation" required: - message + '404': + description: Not found + content: + application/json: + schema: + type: object + properties: + message: + type: string + example: "Not found" + required: + - message /admin/users: get: summary: List all users |
