Update first-web-api.md (#9911)

pull/9905/head
Rick Anderson 2018-12-08 16:36:23 -10:00 committed by GitHub
parent f3ea782016
commit 5df84647fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -362,6 +362,7 @@ Update the to-do item that has id = 1 and set its name to "feed fish":
```json
{
"ID":1,
"name":"feed fish",
"isComplete":true
}