200-301 · Question #1398
200-301 Question #1398: Real Exam Question with Answer & Explanation
The correct arrangement maps HTTP verbs to their standard RESTful API operations: POST is used to CREATE a new resource, DELETE is used to REMOVE a resource, PUT is used to REPLACE/UPDATE an entire resource, PATCH is used to PARTIALLY UPDATE a resource, and GET is used to RETRIEV
Question
Drag and Drop Question Drag and drop the HTTP verbs from the left onto the API operations on the right. Answer:
Explanation
The correct arrangement maps HTTP verbs to their standard RESTful API operations: POST is used to CREATE a new resource, DELETE is used to REMOVE a resource, PUT is used to REPLACE/UPDATE an entire resource, PATCH is used to PARTIALLY UPDATE a resource, and GET is used to RETRIEVE/READ a resource. These mappings follow the REST architectural constraints where each HTTP method has a specific semantic meaning aligned with CRUD (Create, Read, Update, Delete) operations.
Topics
Community Discussion
No community discussion yet for this question.