I am trying to allow users to edit their playlist. However, whenever I try to execute the PATCH request, I get the MethodNotAllowed
As suggested by @Michael A in the comment above, send it as a POST
Worked for me.