mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-29 07:04:37 +00:00
fix previous commit: forgot API definitions
This commit is contained in:
parent
d3df8cf350
commit
4c8365fafa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user