In REST APIs, a _______ request is used for partial updates to a resource.

  • GET
  • PATCH
  • POST
  • PUT
In REST APIs, a PATCH request is used for partial updates to a resource. Unlike PUT, which updates the entire resource, PATCH is used to apply partial modifications. This is useful when you want to update only specific fields without affecting the rest of the resource.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *