QuestionQ863
IP ServicesDrag and drop the HTTP methods used with REST-based APIs onto their matching descriptions.
Drag & Drop
DELETE
GET
POST
PATCH
PUT
creates a resource and returns its URI in the response header
creates or replaces a previously modified resource using information in the request body
removes a resource
retrieves a list of a resource’s URIs
updates a resource using instructions included in the request body
Community Discussion