fix previous commit: forgot API definitions

This commit is contained in:
Dietmar Maurer 2015-01-08 09:04:18 +01:00
parent d3df8cf350
commit 4c8365fafa

View File

@ -1062,6 +1062,11 @@ __PACKAGE__->register_method({
description => "A list of settings you want to delete.", description => "A list of settings you want to delete.",
optional => 1, optional => 1,
}, },
revert => {
type => 'string', format => 'pve-configid-list',
description => "Revert a pending change.",
optional => 1,
},
force => { force => {
type => 'boolean', type => 'boolean',
description => $opt_force_description, description => $opt_force_description,
@ -1112,6 +1117,11 @@ __PACKAGE__->register_method({
description => "A list of settings you want to delete.", description => "A list of settings you want to delete.",
optional => 1, optional => 1,
}, },
revert => {
type => 'string', format => 'pve-configid-list',
description => "Revert a pending change.",
optional => 1,
},
force => { force => {
type => 'boolean', type => 'boolean',
description => $opt_force_description, description => $opt_force_description,