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

feat: add default variant id #23

Merged
merged 1 commit into from
Jul 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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