What is the purpose of the HTTP PATCH method in RESTful APIs?
- Creates a new resource
- Deletes a resource
- Partially updates a resource
- Retrieves a resource
The HTTP PATCH method in RESTful APIs is used to partially update a resource. It applies partial modifications to a resource, making it suitable for updating specific fields.
Loading...
Related Quiz
- _______ caching involves storing data in a distributed manner across multiple servers.
- In a large-scale e-commerce platform, multiple users are trying to purchase the same limited-stock item simultaneously. How would you handle concurrent transactions to ensure fair access and prevent overselling?
- The "P" in ACID stands for _______.
- Which of the following is not a primitive data type in JavaScript?
- Partitioning large tables based on certain criteria can improve _______ in query processing.