Skip to content

Commit

Permalink
update openapi
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L. <[email protected]>
  • Loading branch information
szaimen committed Feb 27, 2025
1 parent d7765b3 commit 1f26138
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/theming/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@
"background_color",
"description",
"icons",
"display_override",
"display"
],
"properties": {
Expand Down Expand Up @@ -387,6 +388,12 @@
}
}
},
"display_override": {
"type": "array",
"items": {
"type": "string"
}
},
"display": {
"type": "string"
}
Expand Down

0 comments on commit 1f26138

Please sign in to comment.