diff --git a/src/PVE/API2/Qemu.pm b/src/PVE/API2/Qemu.pm index 83542482..b571e6c1 100644 --- a/src/PVE/API2/Qemu.pm +++ b/src/PVE/API2/Qemu.pm @@ -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']], },