X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=pveclient;h=09e308657e4494bf4501a1bc8c286ea033d60559;hp=c87b2cc8eabb7b220d8c392eb43dae96fca5dfe6;hb=faa47c20e27c8d4050594e9abaa2c65d792a7eda;hpb=d012b98c9b47085b2ee52499f4dd0872ecffe486 diff --git a/pveclient b/pveclient index c87b2cc..09e3086 100755 --- a/pveclient +++ b/pveclient @@ -94,7 +94,7 @@ if (my $info = PVE::APIClient::Helpers::extract_path_info($uri_param)) { $path_returns = $info->{returns}; } -$path_properties->{format} = get_standard_option('pveclient-output-format'), +$path_properties->{format} = get_standard_option('pve-output-format'), $path_properties->{remote} = get_standard_option('pveclient-remote-name'); $path_properties->{api_path} = { description => "API path.", @@ -151,8 +151,8 @@ __PACKAGE__->register_method ({ __PACKAGE__->register_method ({ name => 'pveclient_create', path => 'pveclient_create', - method => 'PUSH', - description => "Call API PUSH on .", + method => 'POST', + description => "Call API POST on .", parameters => { additionalProperties => 0, properties => $path_properties,