[00:37:30] GOD why did MWF not add a PATCH method to mw.Rest()? [00:39:24] is there a .request()? [02:24:33] I dont think so [02:26:30] I was able to add my own patch with `mw.Rest.prototype.patch` [02:26:33] But still annoying [05:03:05] Patched in the PATCH [05:03:53] Which rest.php endpoint is using PATCH anyways, maybe they just didn't anticipate it [09:11:03] PATCH is not in the list of methods at , so it's probably not supported [09:16:37] Yes. That was my question, why it is not in the list [09:17:27] PATCH is a very standard method [09:20:11] Because no endpoint is using it I guess?