volume_mute
Assign actions to HTTP methods used by REST APIs
publish date: 2022/08/09 02:00:00 GMT+10
volume_mute- GET
- POST
- PUT
- DELTE
Please drag and drop the selected option in the right place or type it instead
read
create
update
delete
Correct Answer
(1) read
(2) create
(3) update
(4) delete
Explanation
These HTTP methods are usually used in these meanings where POST means create, GET means read, PUT means update, and DELETE means delete
Reference
Software Engineering (9th edition)