Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
feat: add default variant id (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps authored Jul 29, 2024
1 parent 9daf4aa commit 4b31519
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1755,6 +1755,8 @@ components:
$ref: "#/components/schemas/Variant"
type:
$ref: "#/components/schemas/FlagType"
defaultVariant:
$ref: "#/components/schemas/Variant"
required:
- namespaceKey
- key
Expand Down Expand Up @@ -1796,6 +1798,8 @@ components:
type: string
enabled:
type: boolean
defaultVariantId:
type: string
required:
- name
NamespaceList:
Expand Down

0 comments on commit 4b31519

Please sign in to comment.