In REST, _______ refers to a method used for transferring a current representation of the resource.

  • DELETE
  • GET
  • PATCH
  • PUT
In REST, the PATCH method is used for transferring a current representation of the resource. It is employed to apply partial modifications to a resource, updating only the specified fields without requiring the client to send the entire representation. This can be more efficient when dealing with large resources or when making targeted updates to specific attributes.
Add your answer
Loading...

Leave a comment

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