diff --git a/src/api/rest/docs/docs.go b/src/api/rest/docs/docs.go index 56328a698..464562d36 100644 --- a/src/api/rest/docs/docs.go +++ b/src/api/rest/docs/docs.go @@ -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" @@ -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" }, diff --git a/src/api/rest/docs/swagger.json b/src/api/rest/docs/swagger.json index acbaa354b..43302873b 100644 --- a/src/api/rest/docs/swagger.json +++ b/src/api/rest/docs/swagger.json @@ -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" @@ -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" }, diff --git a/src/api/rest/docs/swagger.yaml b/src/api/rest/docs/swagger.yaml index 1917d0602..1a9a69c83 100644 --- a/src/api/rest/docs/swagger.yaml +++ b/src/api/rest/docs/swagger.yaml @@ -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 @@ -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