diff options
Diffstat (limited to 'PVE/API2/Network')
| -rw-r--r-- | PVE/API2/Network/SDN/Controllers.pm | 2 | ||||
| -rw-r--r-- | PVE/API2/Network/SDN/Zones.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PVE/API2/Network/SDN/Controllers.pm b/PVE/API2/Network/SDN/Controllers.pm index 0f8dcbe..9bc3075 100644 --- a/PVE/API2/Network/SDN/Controllers.pm +++ b/PVE/API2/Network/SDN/Controllers.pm @@ -57,7 +57,7 @@ __PACKAGE__->register_method ({ type => 'array', items => { type => "object", - properties => { controller => { type => 'string'}, + properties => { controller => { type => 'string'}, type => { type => 'string'}, }, }, diff --git a/PVE/API2/Network/SDN/Zones.pm b/PVE/API2/Network/SDN/Zones.pm index 3201b10..10ca616 100644 --- a/PVE/API2/Network/SDN/Zones.pm +++ b/PVE/API2/Network/SDN/Zones.pm @@ -64,7 +64,7 @@ __PACKAGE__->register_method ({ type => 'array', items => { type => "object", - properties => { zone => { type => 'string'}, + properties => { zone => { type => 'string'}, type => { type => 'string'}, }, }, |
