mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-09 09:31:43 +00:00
api: datastore: add missing whitespace in description
Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
parent
6950c7e4ef
commit
0a916665ae
@ -271,7 +271,7 @@ pub fn list_groups(
|
|||||||
},
|
},
|
||||||
access: {
|
access: {
|
||||||
permission: &Permission::Anybody,
|
permission: &Permission::Anybody,
|
||||||
description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any\
|
description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any \
|
||||||
or DATASTORE_PRUNE and being the owner of the group",
|
or DATASTORE_PRUNE and being the owner of the group",
|
||||||
},
|
},
|
||||||
)]
|
)]
|
||||||
@ -378,7 +378,7 @@ pub async fn list_snapshot_files(
|
|||||||
},
|
},
|
||||||
access: {
|
access: {
|
||||||
permission: &Permission::Anybody,
|
permission: &Permission::Anybody,
|
||||||
description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any\
|
description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any \
|
||||||
or DATASTORE_PRUNE and being the owner of the group",
|
or DATASTORE_PRUNE and being the owner of the group",
|
||||||
},
|
},
|
||||||
)]
|
)]
|
||||||
@ -958,7 +958,7 @@ pub fn verify(
|
|||||||
returns: pbs_api_types::ADMIN_DATASTORE_PRUNE_RETURN_TYPE,
|
returns: pbs_api_types::ADMIN_DATASTORE_PRUNE_RETURN_TYPE,
|
||||||
access: {
|
access: {
|
||||||
permission: &Permission::Anybody,
|
permission: &Permission::Anybody,
|
||||||
description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any\
|
description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any \
|
||||||
or DATASTORE_PRUNE and being the owner of the group",
|
or DATASTORE_PRUNE and being the owner of the group",
|
||||||
},
|
},
|
||||||
)]
|
)]
|
||||||
|
Loading…
Reference in New Issue
Block a user