Skip to content

Commit 6fafc7c

Browse files
Update first-web-api.md (#20257)
* Update first-web-api.md * Update first-web-api.md * Update first-web-api.md
1 parent 0622882 commit 6fafc7c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

aspnetcore/tutorials/first-web-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ Use Postman to delete a to-do item:
504504
* Set the URI of the object to delete (for example `https://localhost:5001/api/TodoItems/1`).
505505
* Select **Send**.
506506

507-
<a name="over-post"></a>
507+
<a name="over-post-v5"></a>
508508

509509
## Prevent over-posting
510510

@@ -992,6 +992,7 @@ Use Postman to delete a to-do item:
992992
* Select **Send**.
993993

994994
<a name="over-post"></a>
995+
<a name="over-post-v3"></a>
995996

996997
## Prevent over-posting
997998

0 commit comments

Comments
 (0)