api: dbus-vmstate: reword description to match behaviour
This method allows to perform either a 'start' or 'stop' action on the DBus VMState helper, not just stop it. Signed-off-by: Christoph Heiss <c.heiss@proxmox.com> Link: https://lore.proxmox.com/20250818123141.841088-2-c.heiss@proxmox.com
This commit is contained in:
parent
240be36667
commit
eb95d27029
1 changed files with 1 additions and 1 deletions
|
|
@ -6956,7 +6956,7 @@ __PACKAGE__->register_method({
|
|||
path => '{vmid}/dbus-vmstate',
|
||||
method => 'POST',
|
||||
proxyto => 'node',
|
||||
description => 'Stop the dbus-vmstate helper for the given VM if running.',
|
||||
description => 'Control the dbus-vmstate helper for a given running VM.',
|
||||
permissions => {
|
||||
check => ['perm', '/vms/{vmid}', ['VM.Migrate']],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue