5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-02-25 17:57:35 +03:00

file restore: list api: fix description of "path"

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2022-11-11 10:21:07 +01:00
parent 5d0d3c61f9
commit c190a32cb1

View File

@ -191,7 +191,7 @@ async fn list_files(
description: "Group/Snapshot path.",
},
"path": {
description: "Path to restore. Directories will be restored as .zip files.",
description: "(Sub-)Path to list.",
type: String,
},
"base64": {