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.
Loading...
Related Quiz
- What is a Web Service primarily used for in application development?
- _______ versioning involves maintaining multiple versions of the service at the same time.
- Which type of encryption does TLS use to secure data transmission in web services?
- RESTful services are designed around _______ that can be manipulated using a standard interface.
- GraphQL queries can reduce over-fetching issues, common in _______ based APIs.