ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
Exception Handling & Retry Delivery Quiz
Question 1 of 7
Score: 0/7
What HTTP method and route pattern is appropriate for the exception reporting endpoint?
PUT /api/parcels/
{id}
{id}/status
POST /api/parcels/
{id}
{id}/exception
PATCH /api/parcels/
{id}
{id}
DELETE /api/parcels/
{id}
{id}/delivery
Check Answer
Previous
Next Topic
Exception Handling & Retry Delivery Quiz - Anko Academy