Home »
MCQs »
Aurelia MCQs
Which of the following HTTP methods would you use if you wanted to make multiple updates to a resource?
30. Which of the following HTTP methods would you use if you wanted to make multiple updates to a resource?
- PUT
- PATCH
Answer: B) PATCH
Explanation:
You would use the HttpClient.patch function to make several modifications to a resource.