We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed2500 commit 999a579Copy full SHA for 999a579
1 file changed
aspnetcore/tutorials/first-web-api.md
@@ -690,6 +690,7 @@ Use the `PUT` method to update the `TodoItem` that has Id = 1 and set its name t
690
Content-Type: application/json
691
692
{
693
+ "id": 1,
694
"name": "feed fish",
695
"isComplete": false
696
}
@@ -711,6 +712,7 @@ Use Swagger to send a PUT request:
711
712
713
```json
714
715
716
717
718
0 commit comments