diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-06-18 12:57:49 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2025-06-18 12:57:49 +0200 |
commit | 1d0915b3dd9725302e855cfeb094383a76e9e987 (patch) | |
tree | 2f39f017a5fbecbe5e7bc3cf42d42144fa45edbe | |
parent | 9f12d68523bbc6c97f5ced2e251d0fa863a80b2e (diff) | |
download | nextcloud-server-fix/product-name-capability.tar.gz nextcloud-server-fix/product-name-capability.zip |
chore: update theming openAPI exportsfix/product-name-capability
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
-rw-r--r-- | apps/theming/openapi.json | 4 | ||||
-rw-r--r-- | openapi.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/theming/openapi.json b/apps/theming/openapi.json index 26f5e7b8120..66ee05413b3 100644 --- a/apps/theming/openapi.json +++ b/apps/theming/openapi.json @@ -79,6 +79,7 @@ "type": "object", "required": [ "name", + "productName", "url", "slogan", "color", @@ -98,6 +99,9 @@ "name": { "type": "string" }, + "productName": { + "type": "string" + }, "url": { "type": "string" }, diff --git a/openapi.json b/openapi.json index a348161d89a..f74df6a6a71 100644 --- a/openapi.json +++ b/openapi.json @@ -4047,6 +4047,7 @@ "type": "object", "required": [ "name", + "productName", "url", "slogan", "color", @@ -4066,6 +4067,9 @@ "name": { "type": "string" }, + "productName": { + "type": "string" + }, "url": { "type": "string" }, |