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?

  1. PUT
  2. PATCH

Answer: B) PATCH

Explanation:

You would use the HttpClient.patch function to make several modifications to a resource.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.