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:
Dominik Csapak 2022-05-13 15:39:36 +02:00 committed by Thomas Lamprecht
parent c8e93b31ff
commit 8d2a9b2904
1 changed files with 2 additions and 2 deletions

View File

@ -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,
},