cli: proxmox-tape: fix ns/depth parameter
was forgotten after recent rebase Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
c8e93b31ff
commit
8d2a9b2904
|
@ -841,11 +841,11 @@ async fn clean_drive(mut param: Value) -> Result<(), Error> {
|
|||
schema: GROUP_FILTER_LIST_SCHEMA,
|
||||
optional: true,
|
||||
},
|
||||
namespace: {
|
||||
ns: {
|
||||
type: BackupNamespace,
|
||||
optional: true,
|
||||
},
|
||||
"recursion-depth": {
|
||||
"max-depth": {
|
||||
schema: NS_MAX_DEPTH_SCHEMA,
|
||||
optional: true,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue