Skip to content

Commit 6a65e6b

Browse files
committed
docs: update todo tutorial patch body
1 parent 377fa08 commit 6a65e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/todo-tutorial-putting-it-together.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Here are some requests you can try:
4747
- `GET /todos/{id}` using the ID you received from your `POST`, and see if you
4848
get your Todo object back.
4949
- `PATCH /todos/{id}` using the same ID, with a body of
50-
`{ "desc": "need milk for cereal" }`
50+
`{ "title": "get the milk", "desc": "need milk for cereal" }`
5151

5252
That's it! You've just created your first LoopBack 4 application!
5353

0 commit comments

Comments
 (0)