From 7ae1611f85dec71478d41078e58a4fae34706516 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:16:48 -0400 Subject: [PATCH] feat: update openapi definition for version 1.47.0 (#252) Co-authored-by: flipt-bot --- openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 609e7f6..f186b29 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1755,6 +1755,8 @@ components: $ref: "#/components/schemas/Variant" type: $ref: "#/components/schemas/FlagType" + defaultVariant: + $ref: "#/components/schemas/Variant" required: - namespaceKey - key @@ -1796,6 +1798,8 @@ components: type: string enabled: type: boolean + defaultVariantId: + type: string required: - name NamespaceList: