diff options
Diffstat (limited to 'apps/theming/openapi.json')
-rw-r--r-- | apps/theming/openapi.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/theming/openapi.json b/apps/theming/openapi.json index 9ba6919161f..83abc4cc690 100644 --- a/apps/theming/openapi.json +++ b/apps/theming/openapi.json @@ -386,6 +386,16 @@ } } } + }, + "404": { + "description": "App not found", + "content": { + "application/json": { + "schema": { + "type": "object" + } + } + } } } } |