We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d74506c commit 4acd832Copy full SHA for 4acd832
1 file changed
aspnetcore/tutorials/first-web-api.md
@@ -967,7 +967,7 @@ Update the to-do item that has Id = 1 and set its name to "feed fish":
967
968
```json
969
{
970
- "Id":1,
+ "id":1,
971
"name":"feed fish",
972
"isComplete":true
973
}
@@ -1394,7 +1394,7 @@ Update the to-do item that has Id = 1 and set its name to "feed fish":
1394
1395
1396
1397
1398
1399
1400
0 commit comments