5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2024-12-22 13:34:16 +03:00

download handling: adapt to method schema field rename

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2024-09-19 15:19:51 +02:00 committed by Thomas Lamprecht
parent f9bdac0e8f
commit 9017e1abc7

View File

@ -146,7 +146,7 @@ __PACKAGE__->register_method ({
path => 'download', path => 'download',
method => 'GET', method => 'GET',
proxyto => 'node', proxyto => 'node',
download => 1, download_allowed => 1,
permissions => { permissions => {
description => "You need read access for the volume.", description => "You need read access for the volume.",
user => 'all', user => 'all',