mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-27 03:55:33 +00:00
api: PCI mappings: complete return schema
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7becf34fdd
commit
d4830b941f
@ -61,12 +61,15 @@ __PACKAGE__->register_method ({
|
||||
description => "A description of the logical mapping.",
|
||||
},
|
||||
error => {
|
||||
type => "array",
|
||||
optional => 1,
|
||||
description => "A list of errors when 'check_node' is given.",
|
||||
items => {
|
||||
type => 'object',
|
||||
properties => {
|
||||
severity => {
|
||||
type => "string",
|
||||
enum => ['warning', 'error'],
|
||||
description => "The severity of the error",
|
||||
},
|
||||
message => {
|
||||
|
Loading…
Reference in New Issue
Block a user