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.", description: "Group/Snapshot path.",
}, },
"path": { "path": {
description: "Path to restore. Directories will be restored as .zip files.", description: "(Sub-)Path to list.",
type: String, type: String,
}, },
"base64": { "base64": {