Skip to content

Commit 41424fb

Browse files
Merge pull request #212 from splitio/fix-openapi
Fix openapi properties
2 parents a46bf19 + 3837dbd commit 41424fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

openapi/openapi.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ components:
170170
type: object
171171
impressionsDisabled:
172172
type: boolean
173-
description: Indicates if impressions are disabled for this split.
173+
description: Indicates if impressions are disabled for this feature flag.
174174
prerequisites:
175175
type: array
176-
description: List of prerequisites for this split.
176+
description: List of prerequisites for this feature flag.
177177
items:
178178
type: object
179179
properties:
@@ -229,7 +229,7 @@ paths:
229229
application/json:
230230
schema:
231231
type: object
232-
evaluation-properties:
232+
properties:
233233
splitName:
234234
type: string
235235
treatment:

0 commit comments

Comments
 (0)