[pdm-devel] [PATCH datacenter-manager 4/4] api: pbs: fix description of list namespace endpoint
Shannon Sterz
s.sterz at proxmox.com
Fri Nov 28 16:38:55 CET 2025
Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
---
server/src/api/pbs/mod.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/src/api/pbs/mod.rs b/server/src/api/pbs/mod.rs
index 7679159..badefc3 100644
--- a/server/src/api/pbs/mod.rs
+++ b/server/src/api/pbs/mod.rs
@@ -148,7 +148,7 @@ async fn list_datastores(remote: String) -> Result<Vec<pbs_api_types::DataStoreC
items: { type: pbs_api_types::NamespaceListItem }
}
)]
-/// List the PBS remote's datastores.
+/// List the namespaces of PBS remote's datastore.
async fn list_namespaces(
remote: String,
params: pbs_client::DatstoreListNamespaces,
--
2.47.3
More information about the pdm-devel
mailing list