Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update openapi definition for version 0.2.11 #146

Merged
merged 2 commits into from
Dec 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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