This commit is contained in:
2023-08-15 11:42:30 +03:00
parent f1529c9aac
commit 1c59ca338a
6 changed files with 24 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ type DiskDelRequest struct {
// False if disk is to be deleted to recycle bin
// Required: true
Permanently bool `url:"permanently" json:"permanently" validate:"required"`
Permanently bool `url:"permanently" json:"permanently"`
}
// DiskDel delete disk and detach from compute