Skip to content

Commit 135ed67

Browse files
committed
Fixing OpenAPI spec for /manager/splits
1 parent 9f07145 commit 135ed67

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

openapi/openapi.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,12 @@ components:
169169
on: "{\"color\": \"blue\"}"
170170
off: "{\"color\": \"black\"}"
171171
Splits:
172-
type: array
173-
items:
174-
$ref: '#/components/schemas/Split'
172+
type: object
173+
properties:
174+
splits:
175+
type: array
176+
items:
177+
$ref: '#/components/schemas/Split'
175178

176179
security:
177180
- Authorization: []

0 commit comments

Comments
 (0)