The HTTP _______ method is used for updating an existing resource in a RESTful API.
- PATCH
- POST
- PUT
- UPDATE
The HTTP PATCH method is used for updating an existing resource in a RESTful API. It is specifically designed for partial updates, making it suitable for modifying specific fields without affecting the entire resource.
Loading...
Related Quiz
- During a code review, you encounter a disagreement between team members regarding the implementation of a feature. How would you facilitate resolution while maintaining a constructive atmosphere?
- In Gitflow, what is the purpose of the release branch?
- Which branching strategy encourages developers to create feature branches off the main branch for each new feature?
- What is the purpose of the Singleton design pattern?
- What is the purpose of containerization in software development?