mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
chore: update theming openAPI exports
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
9f12d68523
commit
1d0915b3dd
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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue