> +         PVE.Utils.API2Request({
> +             url: me.url,
> +             waitMsgTarget: me,
> +             method: me.method || (me.backgroundDelay ? 'POST' : 'PUT'),

Can we simply used fixed method here?

method: 'PUT',

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to