Skip to content

Assignment 03 March 2022 #7

@NarothamSai

Description

@NarothamSai
  1. GET -> /tasks/3
    • get task no 3
    • send 404 error to client if task no 3 does not exist
  2. 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
  3. DELETE -> tasks/5
    • delete task no 5 (response with correct HTTP code)
    • if task 5 does not exist, send 404

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions