Skip to content

Commit 1d0915b

Browse files
committed
chore: update theming openAPI exports
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 9f12d68 commit 1d0915b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

apps/theming/openapi.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
"type": "object",
8080
"required": [
8181
"name",
82+
"productName",
8283
"url",
8384
"slogan",
8485
"color",
@@ -98,6 +99,9 @@
9899
"name": {
99100
"type": "string"
100101
},
102+
"productName": {
103+
"type": "string"
104+
},
101105
"url": {
102106
"type": "string"
103107
},

openapi.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4047,6 +4047,7 @@
40474047
"type": "object",
40484048
"required": [
40494049
"name",
4050+
"productName",
40504051
"url",
40514052
"slogan",
40524053
"color",
@@ -4066,6 +4067,9 @@
40664067
"name": {
40674068
"type": "string"
40684069
},
4070+
"productName": {
4071+
"type": "string"
4072+
},
40694073
"url": {
40704074
"type": "string"
40714075
},

0 commit comments

Comments
 (0)