In REST, to update an existing resource partially, the _______ HTTP method is used.
- DELETE
- PATCH
- POST
- PUT
In REST, the PATCH HTTP method is used to update an existing resource partially. It allows clients to send only the changes to the resource, minimizing data transfer and improving efficiency when updating specific fields of a resource.
Loading...
Related Quiz
- In SOAP, what does the envelope element define?
- For an organization with diverse legacy systems, what SOA strategy should be applied for effective integration?
- Which type of testing is facilitated by the mocking service in SOAP UI?
- In REST, changing or adding fields requires a new _______ of the API.
- In web services, WSDL stands for what?