Skip to content

Commit

Permalink
Merge pull request #1179 from cloud-barista/update-swagger-doc
Browse files Browse the repository at this point in the history
[Workflow] Update Swagger REST API doc
  • Loading branch information
seokho-son authored Sep 23, 2022
2 parents 0f85fcc + 5fdeeab commit 1dda901
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/api/rest/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -8022,7 +8022,8 @@ const docTemplate = `{
"example": "TCP"
},
"vmGroupId": {
"type": "string"
"type": "string",
"example": "group"
},
"vms": {
"type": "array",
Expand Down
3 changes: 2 additions & 1 deletion src/api/rest/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -8014,7 +8014,8 @@
"example": "TCP"
},
"vmGroupId": {
"type": "string"
"type": "string",
"example": "group"
},
"vms": {
"type": "array",
Expand Down
1 change: 1 addition & 0 deletions src/api/rest/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1491,6 +1491,7 @@ definitions:
example: TCP
type: string
vmGroupId:
example: group
type: string
vms:
items:
Expand Down

0 comments on commit 1dda901

Please sign in to comment.