mirror of
https://git.proxmox.com/git/proxmox
synced 2025-07-15 03:01:24 +00:00
api-types: fixup backup-ns being optional
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2c593cd38c
commit
e2cf8920ea
@ -809,7 +809,7 @@ impl std::cmp::PartialOrd for BackupType {
|
||||
|
||||
#[api(
|
||||
properties: {
|
||||
"backup-ns": { type: BackupNamespace },
|
||||
"backup-ns": { type: BackupNamespace, optional: true },
|
||||
"backup-type": { type: BackupType },
|
||||
"backup-id": { schema: BACKUP_ID_SCHEMA },
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user