Yes, in this case we can simply use a fixed method. Thanks. On 07/01/2015 02:13 PM, Dietmar Maurer wrote: >> + PVE.Utils.API2Request({ >> + url: me.url, >> + waitMsgTarget: me, >> + method: me.method || (me.backgroundDelay ? 'POST' : 'PUT'), > Can we simply used fixed method here? > > method: 'PUT',