Home »
MCQs »
Koa.js MCQs
Which of the following request technique is used to partially update existing server resources?
7. Which of the following request technique is used to partially update existing server resources?
- GET
- POST
- PATCH
- OPTIONS
Answer: C) PATCH
Explanation:
PATCH request technique is used to partially update existing server resources.