From 4c8365fafa2564b5be8f6747459ec4e5312d199c Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 8 Jan 2015 09:04:18 +0100 Subject: [PATCH] fix previous commit: forgot API definitions --- PVE/API2/Qemu.pm | 10 ++++++++++ 1 file changed, 10 insertions(+) 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,