diff options
author | jld3103 <jld3103yt@gmail.com> | 2023-12-08 11:06:05 +0100 |
---|---|---|
committer | jld3103 <jld3103yt@gmail.com> | 2023-12-08 11:06:05 +0100 |
commit | fe2c6d4227270af60be0db17f21170224d6bc553 (patch) | |
tree | 992ece96df24989691322fd8553a639c9ceaa278 /apps/theming | |
parent | cdb6f37a101d4736b0ee9b7cefe4265271f89f87 (diff) | |
download | nextcloud-server-fe2c6d4227270af60be0db17f21170224d6bc553.tar.gz nextcloud-server-fe2c6d4227270af60be0db17f21170224d6bc553.zip |
chore(deps): Update openapi-extractor
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'apps/theming')
-rw-r--r-- | apps/theming/openapi.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/theming/openapi.json b/apps/theming/openapi.json index cce79444c95..7ed98467e96 100644 --- a/apps/theming/openapi.json +++ b/apps/theming/openapi.json @@ -303,7 +303,8 @@ "description": "ID of the app", "required": true, "schema": { - "type": "string" + "type": "string", + "default": "core" } } ], |