From fa467a923048f5dff4061c28da97766f71a31417 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 10:44:35 +0000 Subject: [PATCH] feat: update openapi definition for version 0.2.11 (#146) Co-authored-by: flipt-bot --- openapi.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index b7e9643..c8c2d81 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: api - version: 0.2.10 + version: 0.2.15 paths: /evaluate/v1/boolean: post: @@ -162,6 +162,8 @@ paths: properties: name: type: string + namespaceKey: + type: string description: type: string expiresAt: @@ -1362,6 +1364,8 @@ components: properties: requestId: type: string + flagKey: + type: string enabled: type: boolean timestamp: @@ -1374,6 +1378,7 @@ components: $ref: '#/components/schemas/EvaluationevaluationReason' required: - requestId + - flagKey - enabled - timestamp - requestDurationMillis @@ -1385,6 +1390,8 @@ components: type: string match: type: boolean + flagKey: + type: string segmentKeys: type: array items: @@ -1404,6 +1411,7 @@ components: required: - requestId - match + - flagKey - segmentKeys - variantKey - variantAttachment