mirror of
https://git.proxmox.com/git/pve-common
synced 2025-07-26 23:58:57 +00:00
add missing formatter property to method schema
This commit is contained in:
parent
2a8ced7bac
commit
638edfd429
@ -967,6 +967,11 @@ my $method_schema = {
|
||||
description => "JSON Schema for parameters.",
|
||||
optional => 1,
|
||||
},
|
||||
formatter => {
|
||||
type => 'object',
|
||||
description => "Used to store page formatter information (set by PVE::RESTHandler->register_page_formatter).",
|
||||
optional => 1,
|
||||
},
|
||||
returns => {
|
||||
type => 'object',
|
||||
description => "JSON Schema for return value.",
|
||||
|
Loading…
Reference in New Issue
Block a user