diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index efd836a5..c3dad32c 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1062,6 +1062,11 @@ __PACKAGE__->register_method({ description => "A list of settings you want to delete.", optional => 1, }, + revert => { + type => 'string', format => 'pve-configid-list', + description => "Revert a pending change.", + optional => 1, + }, force => { type => 'boolean', description => $opt_force_description, @@ -1112,6 +1117,11 @@ __PACKAGE__->register_method({ description => "A list of settings you want to delete.", optional => 1, }, + revert => { + type => 'string', format => 'pve-configid-list', + description => "Revert a pending change.", + optional => 1, + }, force => { type => 'boolean', description => $opt_force_description,