In RESTful services, _______ method is used for applying partial modifications to a resource.
- GET
- PATCH
- POST
- PUT
In RESTful services, the PATCH method is used for applying partial modifications to a resource. It is suitable for making specific updates to a resource without affecting the entire resource representation. This is particularly useful for scenarios where a complete update (PUT) is not necessary or efficient.
Loading...
Related Quiz
- _______ in Postman allows for the testing of APIs without writing any code.
- SOAP messages are primarily formatted in which language?
- In WS-Security, what is the role of XML Encryption?
- In the context of web services, how does SSL/TLS encryption enhance security?
- For a web service that integrates with multiple external APIs, what type of performance test is most relevant?