Skip to content

Commit

Permalink
feat: update openapi definition for version 0.2.11 (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: flipt-bot <[email protected]>
  • Loading branch information
github-actions[bot] and flipt-bot authored Dec 8, 2023
1 parent 47a71ae commit fa467a9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: api
version: 0.2.10
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 fa467a9

Please sign in to comment.