Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa516db

Browse files
committed
Updated the PATCH details.
1 parent a87ed97 commit aa516db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

week3/homework/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Get a single to-do with ID `:id`
1515

1616
Clears the list of to-dos
1717

18-
### `markAsDone` (PATCH /todos/:id/done)
18+
### `markAsDone` (PATCH /todos/:id/)
1919

2020
Sets the `done` flag of a single to-do to `true`
2121

22-
### `markAsNotDone` (PATCH /todos/:id/done)
22+
### `markAsNotDone` (PATCH /todos/:id)
2323

2424
Sets the `done` flag of a single to-do to `false`
2525

0 commit comments

Comments
 (0)