[pve-devel] [PATCH 2/7] add optionnal current param to config api
    Dietmar Maurer 
    dietmar at proxmox.com
       
    Wed Jan  7 08:24:51 CET 2015
    
    
  
On 01/02/2015 03:15 PM, Alexandre Derumier wrote:
> @@ -685,11 +702,6 @@ __PACKAGE__->register_method({
>   		    type => 'string',
>   		    optional => 1,
>   		},
> -		pending => {
> -		    description => "Pending value.",
> -		    type => 'string',
> -		    optional => 1,
> -		},
>   		delete => {
>   		    description => "Indicated a pending delete request.",
>   		    type => 'boolean',
> @@ -1156,6 +1168,10 @@ __PACKAGE__->register_method({
>   		    maxLength => 40,
>   		    optional => 1,
>   		},
> +		pending => {
> +		    optional => 1,
> +		    type => 'boolean',
> +		}
>   	    }),
>       },
>       returns => { type => 'null' },
I don't really understand that change?
    
    
More information about the pve-devel
mailing list