diff options
Diffstat (limited to 'PVE/API2/Network/SDN/Controllers.pm')
| -rw-r--r-- | PVE/API2/Network/SDN/Controllers.pm | 2 |
1 files changed, 1 insertions, 1 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'}, }, }, |
