Commit 70ba84b1 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'patch-5' into 'master'

fixing a typo in code example for marking all todo's as done

See merge request !2901
parents 20ec88c7 b7948ca0
......@@ -284,7 +284,7 @@ POST /todos/mark_as_done
```
```bash
curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/todos/donmark_as_donee
curl --request POST --header "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v4/todos/mark_as_done
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment