diff --git a/cloudtower-api-doc/static/specs/3.4.4-swagger.json b/cloudtower-api-doc/static/specs/3.4.4-swagger.json index 0b34037..bf341a5 100644 --- a/cloudtower-api-doc/static/specs/3.4.4-swagger.json +++ b/cloudtower-api-doc/static/specs/3.4.4-swagger.json @@ -98157,118 +98157,6 @@ } } }, - "/create-vm-from-content-library-template-batch": { - "post": { - "operationId": "CreateVmFromContentLibraryTemplateBatch", - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/WithTask_Vm-Array_" - } - } - }, - "headers": { - "x-tower-request-id": { - "schema": { - "type": "string" - }, - "required": true - } - } - }, - "400": { - "description": "Bad request", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorBody" - } - } - }, - "headers": { - "x-tower-request-id": { - "schema": { - "type": "string" - }, - "required": true - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorBody" - } - } - }, - "headers": { - "x-tower-request-id": { - "schema": { - "type": "string" - }, - "required": true - } - } - }, - "500": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorBody" - } - } - }, - "headers": { - "x-tower-request-id": { - "schema": { - "type": "string" - }, - "required": true - } - } - } - }, - "tags": [ - "Vm" - ], - "security": [ - { - "Authorization": [] - } - ], - "parameters": [ - { - "in": "header", - "name": "content-language", - "required": false, - "schema": { - "default": "en-US", - "type": "string", - "enum": [ - "zh-CN", - "en-US" - ] - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/VmCreateVmFromContentLibraryTemplateBatchParams" - } - } - } - } - } - }, "/convert-vm-template-to-vm": { "post": { "operationId": "ConvertVmTemplateToVm", diff --git a/cloudtower-api-doc/static/specs/4.4.0-swagger.json b/cloudtower-api-doc/static/specs/4.4.0-swagger.json index 7558dfc..a61dad4 100644 --- a/cloudtower-api-doc/static/specs/4.4.0-swagger.json +++ b/cloudtower-api-doc/static/specs/4.4.0-swagger.json @@ -121146,109 +121146,6 @@ } } }, - "/create-vm-from-content-library-template-batch": { - "post": { - "operationId": "CreateVmFromContentLibraryTemplateBatch", - "responses": { - "200": { - "description": "", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/WithTask_Vm-Array_" - } - } - }, - "headers": { - "CommonHeader": { - "schema": { - "$ref": "#/components/schemas/CommonHeader" - } - } - } - }, - "400": { - "description": "Bad request", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorBody" - } - } - }, - "headers": { - "CommonHeader": { - "schema": { - "$ref": "#/components/schemas/CommonHeader" - } - } - } - }, - "404": { - "description": "Not found", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorBody" - } - } - }, - "headers": { - "CommonHeader": { - "schema": { - "$ref": "#/components/schemas/CommonHeader" - } - } - } - }, - "500": { - "description": "Server error", - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/ErrorBody" - } - } - }, - "headers": { - "CommonHeader": { - "schema": { - "$ref": "#/components/schemas/CommonHeader" - } - } - } - } - }, - "tags": [ - "Vm" - ], - "security": [ - { - "Authorization": [] - } - ], - "parameters": [ - { - "in": "header", - "name": "content-language", - "required": false, - "schema": { - "$ref": "#/components/schemas/ContentLanguage" - } - } - ], - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "#/components/schemas/VmCreateVmFromContentLibraryTemplateBatchParams" - } - } - } - } - } - }, "/convert-vm-template-to-vm": { "post": { "operationId": "ConvertVmTemplateToVm",