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

Commit

Permalink
SDK regeneration (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: fern-api <115122769+fern-api[bot]@users.noreply.github.com>
  • Loading branch information
fern-api[bot] authored Nov 15, 2023
1 parent 72b9ef0 commit a7b8c23
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: api
version: 0.2.12
version: 0.2.15
paths:
/evaluate/v1/boolean:
post:
Expand Down Expand Up @@ -162,6 +162,8 @@ paths:
properties:
name:
type: string
namespaceKey:
type: string
description:
type: string
expiresAt:
Expand Down Expand Up @@ -1362,6 +1364,8 @@ components:
properties:
requestId:
type: string
flagKey:
type: string
enabled:
type: boolean
timestamp:
Expand All @@ -1374,6 +1378,7 @@ components:
$ref: '#/components/schemas/EvaluationevaluationReason'
required:
- requestId
- flagKey
- enabled
- timestamp
- requestDurationMillis
Expand All @@ -1385,6 +1390,8 @@ components:
type: string
match:
type: boolean
flagKey:
type: string
segmentKeys:
type: array
items:
Expand All @@ -1404,6 +1411,7 @@ components:
required:
- requestId
- match
- flagKey
- segmentKeys
- variantKey
- variantAttachment
Expand Down

0 comments on commit a7b8c23

Please sign in to comment.