Skip to content
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
6 changes: 3 additions & 3 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ components:
type: object
impressionsDisabled:
type: boolean
description: Indicates if impressions are disabled for this split.
description: Indicates if impressions are disabled for this feature flag.
prerequisites:
type: array
description: List of prerequisites for this split.
description: List of prerequisites for this feature flag.
items:
type: object
properties:
Expand Down Expand Up @@ -229,7 +229,7 @@ paths:
application/json:
schema:
type: object
evaluation-properties:
properties:
splitName:
type: string
treatment:
Expand Down