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:
parent
f9bdac0e8f
commit
9017e1abc7
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user