Skip to content

Commit 04d9f79

Browse files
committed
chore: openapi conf update
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
1 parent 8fa69c1 commit 04d9f79

1 file changed

Lines changed: 40 additions & 1 deletion

File tree

openapi.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4225,6 +4225,8 @@
42254225
"name",
42264226
"productName",
42274227
"url",
4228+
"imprintUrl",
4229+
"privacyUrl",
42284230
"slogan",
42294231
"color",
42304232
"color-text",
@@ -4237,7 +4239,14 @@
42374239
"background-plain",
42384240
"background-default",
42394241
"logoheader",
4240-
"favicon"
4242+
"favicon",
4243+
"primaryColor",
4244+
"backgroundColor",
4245+
"defaultPrimaryColor",
4246+
"defaultBackgroundColor",
4247+
"inverted",
4248+
"cacheBuster",
4249+
"enabledThemes"
42414250
],
42424251
"properties": {
42434252
"name": {
@@ -4249,6 +4258,12 @@
42494258
"url": {
42504259
"type": "string"
42514260
},
4261+
"imprintUrl": {
4262+
"type": "string"
4263+
},
4264+
"privacyUrl": {
4265+
"type": "string"
4266+
},
42524267
"slogan": {
42534268
"type": "string"
42544269
},
@@ -4287,6 +4302,30 @@
42874302
},
42884303
"favicon": {
42894304
"type": "string"
4305+
},
4306+
"primaryColor": {
4307+
"type": "string"
4308+
},
4309+
"backgroundColor": {
4310+
"type": "string"
4311+
},
4312+
"defaultPrimaryColor": {
4313+
"type": "string"
4314+
},
4315+
"defaultBackgroundColor": {
4316+
"type": "string"
4317+
},
4318+
"inverted": {
4319+
"type": "boolean"
4320+
},
4321+
"cacheBuster": {
4322+
"type": "string"
4323+
},
4324+
"enabledThemes": {
4325+
"type": "array",
4326+
"items": {
4327+
"type": "string"
4328+
}
42904329
}
42914330
}
42924331
}

0 commit comments

Comments
 (0)