diff --git a/PVE/API2/Storage/Content.pm b/PVE/API2/Storage/Content.pm index 41b577c..fe0ad4a 100644 --- a/PVE/API2/Storage/Content.pm +++ b/PVE/API2/Storage/Content.pm @@ -415,9 +415,9 @@ __PACKAGE__->register_method ({ properties => { node => get_standard_option('pve-node'), storage => get_standard_option('pve-storage-id', { - optional => 1, - completion => \&PVE::Storage::complete_storage, - }), + optional => 1, + completion => \&PVE::Storage::complete_storage, + }), volume => { description => "Volume identifier", type => 'string',