PATCH - method not allowed

I am trying to use PATCH in a CALL API to update multiple rows in a Glide Table. The Team is a business team created from an Agency Plan so its not yet billed.

I get a Method Not Allowed error. POST works for exactly the same.

Any idea why PATCH doesn’t work? And am I supposed to use POST for this?

You should be using POST with a series of set-columns-in-row mutations.

Thank you @Darren_Murphy

Any example of a use case where PATCH should be used instead of POST?

As far as I’m aware, PATCH is not supported.

2 Likes