> + PVE.Utils.API2Request({ > + url: me.url, > + waitMsgTarget: me, > + method: me.method || (me.backgroundDelay ? 'POST' : 'PUT'), Can we simply used fixed method here? method: 'PUT',