diff options
Diffstat (limited to 'src/PVE/API2/Network/SDN/Controllers.pm')
| -rw-r--r-- | src/PVE/API2/Network/SDN/Controllers.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PVE/API2/Network/SDN/Controllers.pm b/src/PVE/API2/Network/SDN/Controllers.pm index 0540a65..38a685d 100644 --- a/src/PVE/API2/Network/SDN/Controllers.pm +++ b/src/PVE/API2/Network/SDN/Controllers.pm @@ -71,7 +71,7 @@ __PACKAGE__->register_method ({ properties => { controller => { type => 'string' }, type => { type => 'string' }, state => { type => 'string', optional => 1 }, - pending => { optional => 1}, + pending => { type => 'boolean', optional => 1 }, }, }, links => [ { rel => 'child', href => "{controller}" } ], |
