diff --git a/PVE/API2/Cluster.pm b/PVE/API2/Cluster.pm index 3c6ddbf2..2c408b5b 100644 --- a/PVE/API2/Cluster.pm +++ b/PVE/API2/Cluster.pm @@ -177,7 +177,7 @@ __PACKAGE__->register_method({ properties => { id => { type => 'string' }, type => { - destriction => "Resource type.", + description => "Resource type.", type => 'string', enum => ['node', 'storage', 'pool', 'qemu', 'lxc'], },