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 DeleteRequest struct {
// Whether to completely delete the image
// Required: false
Permanently bool `url:"permanently,omitempty" json:"permanently,omitempty"`
Permanently bool `url:"permanently" json:"permanently"`
}
// Delete deletes image by ID