From a3167c263ec43f022671e4b52ad000589e21d90b Mon Sep 17 00:00:00 2001 From: jihoon-seo Date: Thu, 29 Sep 2022 07:12:37 +0000 Subject: [PATCH] Update Swagger REST API doc --- src/api/rest/docs/docs.go | 4 ++-- src/api/rest/docs/swagger.json | 4 ++-- src/api/rest/docs/swagger.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/api/rest/docs/docs.go b/src/api/rest/docs/docs.go index 8ef97d532..8a6ce42d4 100644 --- a/src/api/rest/docs/docs.go +++ b/src/api/rest/docs/docs.go @@ -8391,10 +8391,10 @@ const docTemplate = `{ "mcis.TbScaleOutVmGroupReq": { "type": "object", "required": [ - "vmGroupSize" + "numVMsToAdd" ], "properties": { - "vmGroupSize": { + "numVMsToAdd": { "description": "Define addtional VMs to scaleOut", "type": "string", "example": "2" diff --git a/src/api/rest/docs/swagger.json b/src/api/rest/docs/swagger.json index 3f98ffb9e..a6cb316de 100644 --- a/src/api/rest/docs/swagger.json +++ b/src/api/rest/docs/swagger.json @@ -8383,10 +8383,10 @@ "mcis.TbScaleOutVmGroupReq": { "type": "object", "required": [ - "vmGroupSize" + "numVMsToAdd" ], "properties": { - "vmGroupSize": { + "numVMsToAdd": { "description": "Define addtional VMs to scaleOut", "type": "string", "example": "2" diff --git a/src/api/rest/docs/swagger.yaml b/src/api/rest/docs/swagger.yaml index 2fec73812..0b441141e 100644 --- a/src/api/rest/docs/swagger.yaml +++ b/src/api/rest/docs/swagger.yaml @@ -1718,12 +1718,12 @@ definitions: type: object mcis.TbScaleOutVmGroupReq: properties: - vmGroupSize: + numVMsToAdd: description: Define addtional VMs to scaleOut example: "2" type: string required: - - vmGroupSize + - numVMsToAdd type: object mcis.TbVmDynamicReq: properties: