We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0622882 commit 6fafc7cCopy full SHA for 6fafc7c
1 file changed
aspnetcore/tutorials/first-web-api.md
@@ -504,7 +504,7 @@ Use Postman to delete a to-do item:
504
* Set the URI of the object to delete (for example `https://localhost:5001/api/TodoItems/1`).
505
* Select **Send**.
506
507
-<a name="over-post"></a>
+<a name="over-post-v5"></a>
508
509
## Prevent over-posting
510
@@ -992,6 +992,7 @@ Use Postman to delete a to-do item:
992
993
994
<a name="over-post"></a>
995
+<a name="over-post-v3"></a>
996
997
998
0 commit comments