In RESTful APIs, which HTTP method is idempotent and used for updating resources?
- DELETE
- PATCH
- POST
- PUT
The HTTP method PUT is idempotent and used for updating resources in RESTful APIs. Idempotent means that making the same request multiple times will have the same effect as a single request.
Loading...
Related Quiz
- Which factor is most critical when dealing with large-scale data in API testing?
- How does API documentation aid in identifying potential security vulnerabilities during testing?
- Why is it important to test APIs for different types of network conditions?
- How does data partitioning impact API testing with large data sets?
- How does continuous integration impact the collaboration between developers and testers?