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:
Christoph Heiss 2025-08-18 14:30:59 +02:00 committed by Thomas Lamprecht
parent 240be36667
commit eb95d27029

View file

@ -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']],
},