Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2.x.x (coming soon)
- Fixed OpenAPI spec fot /manager/splits

2.7.0 (Dec 20, 2024)
- Added support to arm64 images.
- Updated base image to node:20.13.1-alpine3.20
Expand Down
9 changes: 6 additions & 3 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,12 @@ components:
on: "{\"color\": \"blue\"}"
off: "{\"color\": \"black\"}"
Splits:
type: array
items:
$ref: '#/components/schemas/Split'
type: object
properties:
splits:
type: array
items:
$ref: '#/components/schemas/Split'

security:
- Authorization: []
Expand Down