Skip to content

Commit ae7368b

Browse files
committed
fix swagger
1 parent 9689789 commit ae7368b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/swagger.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ paths:
3737
content:
3838
application/json:
3939
schema:
40-
type: list
40+
type: array
41+
items:
42+
type: string
43+
example: ["sample"]
4144
/api/v1/instances/{instance_name}:
4245
get:
4346
summary: Status information of an instance.

0 commit comments

Comments
 (0)