From a7b8c23ee7b838c9e144be9142c32a81b9326646 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:53:37 -0500 Subject: [PATCH] SDK regeneration (#14) Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com> --- openapi.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/openapi.yml b/openapi.yml index 2ba4131..11685af 100644 --- a/openapi.yml +++ b/openapi.yml @@ -1,7 +1,7 @@ openapi: 3.0.1 info: title: api - version: 0.2.12 + 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