-
Notifications
You must be signed in to change notification settings - Fork 31
Assignment 03 March 2022 #7
Copy link
Copy link
Open
Description
NarothamSai
opened on Mar 4, 2022
Issue body actions
- GET -> /tasks/3
- get task no 3
- send 404 error to client if task no 3 does not exist
- PATCH -> /tasks/2
- update due date or done status for task no 2
- send 404 error to client if task no 3 does not exist
- DELETE -> tasks/5
- delete task no 5 (response with correct HTTP code)
- if task 5 does not exist, send 404
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels