diff options
Diffstat (limited to 'src/PVE/API2/Network/SDN/Zones.pm')
| -rw-r--r-- | src/PVE/API2/Network/SDN/Zones.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PVE/API2/Network/SDN/Zones.pm b/src/PVE/API2/Network/SDN/Zones.pm index 35e2f7f..2c27983 100644 --- a/src/PVE/API2/Network/SDN/Zones.pm +++ b/src/PVE/API2/Network/SDN/Zones.pm @@ -100,7 +100,7 @@ __PACKAGE__->register_method ({  			    dnszone => { type => 'string', optional => 1},  			    ipam => { type => 'string', optional => 1},  			    dhcp => { type => 'string', optional => 1}, -			    pending => { optional => 1}, +			    pending => { type => 'boolean', optional => 1 },  			    state => { type => 'string', optional => 1},  			    nodes => { type => 'string', optional => 1},  			  },  | 
