Skip to content

Commit

Permalink
feat: displayName added to theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteenke committed Jul 5, 2024
1 parent 998ce33 commit 880fc12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/openapi/openapi-bff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,9 @@ components:
name:
minLength: 2
type: string
displayName:
minLength: 2
type: string
cssFile:
type: string
description:
Expand Down Expand Up @@ -433,6 +436,9 @@ components:
name:
minLength: 2
type: string
displayName:
minLength: 2
type: string
cssFile:
type: string
description:
Expand Down Expand Up @@ -536,6 +542,8 @@ components:
properties:
name:
type: string
displayName:
type: string
pageNumber:
type: integer
format: int32
Expand Down

0 comments on commit 880fc12

Please sign in to comment.