Skip to content

Commit 0a1c818

Browse files
committed
chore: update theming openAPI exports
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent 4981c0c commit 0a1c818

1 file changed

Lines changed: 4 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
},

0 commit comments

Comments
 (0)