tree-wide: rename 'backup-ns' API parameters to 'ns'
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
f07e660153
commit
bc21ade293
@ -482,7 +482,7 @@ pub async fn scan_remote_groups(
|
||||
let client = remote_client(&remote, None).await.map_err(map_remote_err)?;
|
||||
|
||||
let args = if let Some(ns) = namespace {
|
||||
Some(json!({ "backup-ns": ns }))
|
||||
Some(json!({ "ns": ns }))
|
||||
} else {
|
||||
None
|
||||
};
|
||||
|
Reference in New Issue
Block a user