Skip to content

Commit

Permalink
Update Swagger REST API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored and web-flow committed Aug 15, 2024
1 parent 1107118 commit 7e0fbfa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/api/rest/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11523,7 +11523,7 @@ const docTemplate = `{
"example": "default, TYPE1, ..."
},
"subGroupSize": {
"description": "if subGroupSize is (not empty) \u0026\u0026 (\u003e 0), subGroup will be gernetad. VMs will be created accordingly.",
"description": "if subGroupSize is (not empty) \u0026\u0026 (\u003e 0), subGroup will be generated. VMs will be created accordingly.",
"type": "string",
"default": "1",
"example": "3"
Expand Down Expand Up @@ -11732,7 +11732,7 @@ const docTemplate = `{
"type": "string"
},
"subGroupSize": {
"description": "if subGroupSize is (not empty) \u0026\u0026 (\u003e 0), subGroup will be gernetad. VMs will be created accordingly.",
"description": "if subGroupSize is (not empty) \u0026\u0026 (\u003e 0), subGroup will be generated. VMs will be created accordingly.",
"type": "string",
"example": "3"
},
Expand Down
4 changes: 2 additions & 2 deletions src/api/rest/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -11516,7 +11516,7 @@
"example": "default, TYPE1, ..."
},
"subGroupSize": {
"description": "if subGroupSize is (not empty) \u0026\u0026 (\u003e 0), subGroup will be gernetad. VMs will be created accordingly.",
"description": "if subGroupSize is (not empty) \u0026\u0026 (\u003e 0), subGroup will be generated. VMs will be created accordingly.",
"type": "string",
"default": "1",
"example": "3"
Expand Down Expand Up @@ -11725,7 +11725,7 @@
"type": "string"
},
"subGroupSize": {
"description": "if subGroupSize is (not empty) \u0026\u0026 (\u003e 0), subGroup will be gernetad. VMs will be created accordingly.",
"description": "if subGroupSize is (not empty) \u0026\u0026 (\u003e 0), subGroup will be generated. VMs will be created accordingly.",
"type": "string",
"example": "3"
},
Expand Down
4 changes: 2 additions & 2 deletions src/api/rest/docs/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ definitions:
type: string
subGroupSize:
default: "1"
description: if subGroupSize is (not empty) && (> 0), subGroup will be gernetad.
description: if subGroupSize is (not empty) && (> 0), subGroup will be generated.
VMs will be created accordingly.
example: "3"
type: string
Expand Down Expand Up @@ -1990,7 +1990,7 @@ definitions:
sshKeyId:
type: string
subGroupSize:
description: if subGroupSize is (not empty) && (> 0), subGroup will be gernetad.
description: if subGroupSize is (not empty) && (> 0), subGroup will be generated.
VMs will be created accordingly.
example: "3"
type: string
Expand Down

0 comments on commit 7e0fbfa

Please sign in to comment.