chore: update theming openAPI exports

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
pull/53339/head
Ferdinand Thiessen 2025-06-18 12:57:49 +07:00
parent 9f12d68523
commit 1d0915b3dd
No known key found for this signature in database
GPG Key ID: 45FAE7268762B400
2 changed files with 8 additions and 0 deletions

@ -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"
},

@ -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"
},