diff --git a/api-runtime/rest-runtime/MyImageRest.go b/api-runtime/rest-runtime/MyImageRest.go index ab317d40..adfb972f 100644 --- a/api-runtime/rest-runtime/MyImageRest.go +++ b/api-runtime/rest-runtime/MyImageRest.go @@ -113,7 +113,7 @@ type MyImageSnapshotRequest struct { } // snapshotVM godoc -// @ID snapshot-vm +// @ID create-myimage // @Summary Snapshot VM // @Description Create a new MyImage snapshot from a specified VM. 🕷️ [[Concept Guide](https://github.com/cloud-barista/cb-spider/wiki/MyImage-and-Driver-API)], [[Snapshot-MyImage,Disk Guide](https://github.com/cloud-barista/cb-spider/wiki/VM-Snapshot,-MyImage-and-Disk-Overview)] // @Tags [MyImage Management] diff --git a/api/docs.go b/api/docs.go index ef05e4d2..5d271b34 100644 --- a/api/docs.go +++ b/api/docs.go @@ -3960,7 +3960,7 @@ const docTemplate = `{ "[MyImage Management]" ], "summary": "Snapshot VM", - "operationId": "snapshot-vm", + "operationId": "create-myimage", "parameters": [ { "description": "Request body for creating a MyImage snapshot", diff --git a/api/swagger.json b/api/swagger.json index 1942795f..494c2b21 100644 --- a/api/swagger.json +++ b/api/swagger.json @@ -3957,7 +3957,7 @@ "[MyImage Management]" ], "summary": "Snapshot VM", - "operationId": "snapshot-vm", + "operationId": "create-myimage", "parameters": [ { "description": "Request body for creating a MyImage snapshot", diff --git a/api/swagger.yaml b/api/swagger.yaml index 7cf12842..3af14a8e 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -5502,7 +5502,7 @@ paths: description: "Create a new MyImage snapshot from a specified VM. \U0001F577️ [[Concept Guide](https://github.com/cloud-barista/cb-spider/wiki/MyImage-and-Driver-API)], [[Snapshot-MyImage,Disk Guide](https://github.com/cloud-barista/cb-spider/wiki/VM-Snapshot,-MyImage-and-Disk-Overview)]" - operationId: snapshot-vm + operationId: create-myimage parameters: - description: Request body for creating a MyImage snapshot in: body