Which RESTful operation corresponds to the HTTP POST method?
- create
- delete
- read
- update
Explanation: The HTTP operation POST corresponds to the RESTful operation create, GET to read, PUT/PATCH to update, and DELETE to delete.
Exam with this question: 14.7.2 Module Quiz - Network Automation
Please login or Register to submit your answer