From 5df84647face7cdb0bc8511cc8c7b55bdfe95153 Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Sat, 8 Dec 2018 16:36:23 -1000 Subject: [PATCH] Update first-web-api.md (#9911) --- aspnetcore/tutorials/first-web-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/aspnetcore/tutorials/first-web-api.md b/aspnetcore/tutorials/first-web-api.md index 68063bec0f..a0de92680e 100644 --- a/aspnetcore/tutorials/first-web-api.md +++ b/aspnetcore/tutorials/first-web-api.md @@ -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 }