To update a resource partially in REST, which HTTP method is generally used?

  • DELETE
  • PATCH
  • POST
  • PUT
The PATCH method in REST is commonly used to update a resource partially. It allows clients to send only the changes that need to be applied, reducing the amount of data transferred and providing a more efficient way to update resources.
Add your answer
Loading...

Leave a comment

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