We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46bf19 commit 3837dbdCopy full SHA for 3837dbd
openapi/openapi.yaml
@@ -170,10 +170,10 @@ components:
170
type: object
171
impressionsDisabled:
172
type: boolean
173
- description: Indicates if impressions are disabled for this split.
+ description: Indicates if impressions are disabled for this feature flag.
174
prerequisites:
175
type: array
176
- description: List of prerequisites for this split.
+ description: List of prerequisites for this feature flag.
177
items:
178
179
properties:
@@ -229,7 +229,7 @@ paths:
229
application/json:
230
schema:
231
232
- evaluation-properties:
+ properties:
233
splitName:
234
type: string
235
treatment:
0 commit comments