Skip to content

Commit 15f5166

Browse files
authored
PR review edit
1 parent 0793dc1 commit 15f5166

File tree

1 file changed

+11
-10
lines changed
  • articles/cognitive-services/language-service/custom-named-entity-recognition/includes/quickstarts

1 file changed

+11
-10
lines changed

articles/cognitive-services/language-service/custom-named-entity-recognition/includes/quickstarts/rest-api.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ Use the following URL to create a project and import your tags file. Replace the
7878

7979
### Parameters
8080

81-
You need to pass the following parameters with your request.
81+
Pass the following parameter with your request.
8282

8383
|Key|Explanation|Value|
8484
|--|--|--|
8585
|`api-version`| The API version used.| `2021-11-01-preview` |
8686

87-
This can be done by adding `?api-version=2021-11-01-preview` to the end of your request url.
87+
To pass the parameter, add `?api-version=2021-11-01-preview` to the end of your request URL.
8888

8989
### Headers
9090

@@ -193,13 +193,14 @@ Use the following URL when creating your API request. Replace the placeholder va
193193
|`{PROJECT-NAME}` | The name for your project. This value is case-sensitive. | `myProject` |
194194

195195
### Parameters
196-
You need to pass the following parameters with your request.
196+
197+
Pass the following parameter with your request.
197198

198199
|Key|Explanation|Value|
199200
|--|--|--|
200201
|`api-version`| The API version used.| `2021-11-01-preview` |
201202

202-
This can be done by adding `?api-version=2021-11-01-preview` to the end of your request url.
203+
To pass the parameter, add `?api-version=2021-11-01-preview` to the end of your request URL.
203204

204205
### Headers
205206

@@ -249,13 +250,13 @@ Use the following **GET** request to query the status of your model's training p
249250

250251
### Parameters
251252

252-
You need to pass the following parameters with your request.
253+
Pass the following parameter with your request.
253254

254255
|Key|Explanation|Value|
255256
|--|--|--|
256257
|`api-version`| The API version used.| `2021-11-01-preview` |
257258

258-
This can be done by adding `?api-version=2021-11-01-preview` to the end of your request url.
259+
To pass the parameter, add `?api-version=2021-11-01-preview` to the end of your request URL.
259260

260261
### Headers
261262

@@ -316,13 +317,13 @@ Create a **PUT** request using the following URL, headers, and JSON body to star
316317

317318
### Parameters
318319

319-
You need to pass the following parameters with your request.
320+
Pass the following parameter with your request.
320321

321322
|Key|Explanation|Value|
322323
|--|--|--|
323324
|`api-version`| The API version used.| `2021-11-01-preview` |
324325

325-
This can be done by adding `?api-version=2021-11-01-preview` to the end of your request url.
326+
To pass the parameter, add `?api-version=2021-11-01-preview` to the end of your request URL.
326327

327328
### Headers
328329

@@ -368,13 +369,13 @@ Use the following **GET** request to query the status of your model's publishing
368369

369370
### Parameters
370371

371-
You need to pass the following parameters with your request.
372+
Pass the following parameter with your request.
372373

373374
|Key|Explanation|Value|
374375
|--|--|--|
375376
|`api-version`| The API version used.| `2021-11-01-preview` |
376377

377-
This can be done by adding `?api-version=2021-11-01-preview` to the end of your request url.
378+
To pass the parameter, add `?api-version=2021-11-01-preview` to the end of your request URL.
378379

379380
### Headers
380381

0 commit comments

Comments
 (0)