We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3278b9b + 643d920 commit 1179d15Copy full SHA for 1179d15
2 files changed
CHANGES.txt
@@ -1,3 +1,6 @@
1
+2.x.x (coming soon)
2
+ - Fixed OpenAPI spec fot /manager/splits
3
+
4
2.7.0 (Dec 20, 2024)
5
- Added support to arm64 images.
6
- Updated base image to node:20.13.1-alpine3.20
openapi/openapi.yaml
@@ -169,9 +169,12 @@ components:
169
on: "{\"color\": \"blue\"}"
170
off: "{\"color\": \"black\"}"
171
Splits:
172
- type: array
173
- items:
174
- $ref: '#/components/schemas/Split'
+ type: object
+ properties:
+ splits:
175
+ type: array
176
+ items:
177
+ $ref: '#/components/schemas/Split'
178
179
security:
180
- Authorization: []
0 commit comments