Skip to content

Commit

Permalink
fix(docs): remove note about not supporting partial updates
Browse files Browse the repository at this point in the history
Now that partial updates are supported for this example, this note is no longer relevant
  • Loading branch information
nabdelgadir committed Jun 26, 2019
1 parent b7cdd19 commit 5f0840b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/site/tutorials/todo/todo-tutorial-putting-it-together.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ Here are some requests you can try:
- `PATCH /todos/{id}`, using the same ID, with a body of
`{ "desc": "need milk for cereal" }`

{% include note.html content="
In the meantime, use
`{ \"title\": \"get the milk\", \"desc\": \"need milk for cereal\" }` as the
body for `PATCH/todos/{id}`, as LoopBack 4 doesn't support partial updates yet.
For more information, see
[GitHub issue 1722](https://github.com/strongloop/loopback-next/issues/1722).
" %}

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

### Where to go from here
Expand Down

0 comments on commit 5f0840b

Please sign in to comment.