mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-02-07 01:58:20 +03: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
c18d481fd7
commit
be5b3ebfdd
@ -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…
x
Reference in New Issue
Block a user