Closed sriramsv closed 6 years ago
Can we have post and update instead of patch, as most clients dont support HTTP patch
UPDATE isn't an http verb.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods
And PATCH is supported by nearly all clients (the notable exception being browsers, but they don't support PUT either).
Can we have post and update instead of patch, as most clients dont support HTTP patch