Skip to content

Commit c471b06

Browse files
Ready for beta... I think
1 parent f3f9c60 commit c471b06

File tree

6 files changed

+626
-474
lines changed

6 files changed

+626
-474
lines changed

openapi.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -847,8 +847,11 @@
847847
"properties": {
848848
"clusters": {
849849
"items": {
850-
"properties": { "host": { "type": "string" } },
851-
"required": ["host"],
850+
"properties": {
851+
"host": { "type": "string" },
852+
"slug": { "type": "string" }
853+
},
854+
"required": ["host", "slug"],
852855
"type": "object"
853856
},
854857
"type": "array"

0 commit comments

Comments
 (0)