This commit is contained in:
2024-03-22 12:11:46 +03:00
parent e7b30fb686
commit 8a813abfcb
9 changed files with 13 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ type DeleteRequest struct {
// Whether to completely delete the disk, works only with non attached disks
// Required: false
Permanently bool `url:"permanently,omitempty" json:"permanently,omitempty"`
Permanently bool `url:"permanently" json:"permanently"`
// Reason to delete
// Required: false

View File

@@ -20,7 +20,7 @@ type DisksDeleteRequest struct {
// Whether to completely delete the disks, works only with non attached disks
// Required: false
Permanently bool `url:"permanently,omitempty" json:"permanently,omitempty"`
Permanently bool `url:"permanently" json:"permanently"`
}
// DeleteDisks deletes multiple disks permanently