Skip to content

Commit

Permalink
[Workflow] Update Swagger REST API doc (#1279)
Browse files Browse the repository at this point in the history
Co-authored-by: jihoon-seo <[email protected]>
  • Loading branch information
cb-github-robot and jihoon-seo authored Nov 25, 2022
1 parent 8435581 commit 21ec7e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/rest/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -9963,6 +9963,9 @@ const docTemplate = `{
"description": "if subGroupSize is (not empty) \u0026\u0026 (\u003e 0), subGroup will be gernetad. VMs will be created accordingly.",
"type": "string",
"example": "3"
},
"vmUserPassword default:": {
"type": "string"
}
}
},
Expand Down
3 changes: 3 additions & 0 deletions src/api/rest/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -9955,6 +9955,9 @@
"description": "if subGroupSize is (not empty) \u0026\u0026 (\u003e 0), subGroup will be gernetad. VMs will be created accordingly.",
"type": "string",
"example": "3"
},
"vmUserPassword default:": {
"type": "string"
}
}
},
Expand Down
2 changes: 2 additions & 0 deletions src/api/rest/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2078,6 +2078,8 @@ definitions:
VMs will be created accordingly.
example: "3"
type: string
'vmUserPassword default:':
type: string
required:
- commonImage
- commonSpec
Expand Down

0 comments on commit 21ec7e4

Please sign in to comment.