From 9017e1abc74aa961b34d81557d9d7adb24279cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Thu, 19 Sep 2024 15:19:51 +0200 Subject: [PATCH] download handling: adapt to method schema field rename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- src/PVE/API2/Storage/FileRestore.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/API2/Storage/FileRestore.pm b/src/PVE/API2/Storage/FileRestore.pm index 4b6af63..598573c 100644 --- a/src/PVE/API2/Storage/FileRestore.pm +++ b/src/PVE/API2/Storage/FileRestore.pm @@ -146,7 +146,7 @@ __PACKAGE__->register_method ({ path => 'download', method => 'GET', proxyto => 'node', - download => 1, + download_allowed => 1, permissions => { description => "You need read access for the volume.", user => 'all',