Closed nelsliu9121 closed 3 years ago
Some APIs are using PATCH to modify the value of a resource, unlink PUT which may overwrite with the value provided in the request. MDN page
PATCH
PUT
GitHub API is using it too, see this link.
Some APIs are using
PATCH
to modify the value of a resource, unlinkPUT
which may overwrite with the value provided in the request. MDN pageGitHub API is using it too, see this link.