]> git.proxmox.com Git - qemu-server.git/commitdiff
fix previous commit: forgot API definitions
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 8 Jan 2015 08:04:18 +0000 (09:04 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 8 Jan 2015 08:04:18 +0000 (09:04 +0100)
PVE/API2/Qemu.pm

index efd836a5db26383dff39105eaba65a9a5d8c18e2..c3dad32c13c41392e455ac615b6f735c03f870b3 100644 (file)
@@ -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,