In RESTful services, _______ method is used for applying partial modifications to a resource.

  • GET
  • PATCH
  • POST
  • PUT
In RESTful services, the PATCH method is used for applying partial modifications to a resource. It is suitable for making specific updates to a resource without affecting the entire resource representation. This is particularly useful for scenarios where a complete update (PUT) is not necessary or efficient.
Add your answer
Loading...

Leave a comment

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