Update first-web-api.md (#19558)

pull/19566/head
Rick Anderson 2020-08-18 13:18:22 -10:00 committed by GitHub
parent 0d556e7241
commit 8554ddaed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ This tutorial uses Postman to test the web API.
* Create a new request.
* Set the HTTP method to `POST`.
* Set the URI to `https://localhost:<port>/api/TodoItem`. For example, `https://localhost:5001/api/TodoItem`.
* Set the URI to `https://localhost:<port>/api/TodoItems`. For example, `https://localhost:5001/api/TodoItems`.
* Select the **Body** tab.
* Select the **raw** radio button.
* Set the type to **JSON (application/json)**.