mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-30 03:47:09 +00:00
fix for resize: avoid conflicting path
This commit is contained in:
parent
0d02881ce5
commit
614e3941a3
@ -1792,7 +1792,7 @@ __PACKAGE__->register_method({
|
|||||||
|
|
||||||
__PACKAGE__->register_method({
|
__PACKAGE__->register_method({
|
||||||
name => 'resize_vm',
|
name => 'resize_vm',
|
||||||
path => '{vmid}/config',
|
path => '{vmid}/resize',
|
||||||
method => 'PUT',
|
method => 'PUT',
|
||||||
protected => 1,
|
protected => 1,
|
||||||
proxyto => 'node',
|
proxyto => 'node',
|
||||||
|
Loading…
Reference in New Issue
Block a user