diff --git a/PVE/API2/Qemu.pm b/PVE/API2/Qemu.pm index 7c2931f8..779fdd89 100644 --- a/PVE/API2/Qemu.pm +++ b/PVE/API2/Qemu.pm @@ -1636,8 +1636,7 @@ __PACKAGE__->register_method({ optional => 1, }, migration_network => { - type => 'string', - format => 'CIDR', + type => 'string', format => 'CIDR', description => "CIDR of the (sub) network that is used for migration.", optional => 1, },