To update a resource partially, the HTTP method _____ is often used.
- DELETE
- PATCH
- POST
- PUT
To update a resource partially, the HTTP method "PATCH" is often used. The "PATCH" method is used to apply partial modifications to a resource, making it suitable for updating specific fields or properties of a resource without affecting the entire resource.
Loading...
Related Quiz
- How does rate limiting protect a Web API from abuse?
- OpenID Connect is built on top of _____ and is used for user authentication.
- What are the benefits of automating API tests?
- Why is API versioning considered a best practice?
- RESTful APIs are considered ________ because they do not maintain any information about previous requests.