You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/language-service/custom-named-entity-recognition/includes/quickstarts/rest-api.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,13 +78,13 @@ Use the following URL to create a project and import your tags file. Replace the
78
78
79
79
### Parameters
80
80
81
-
You need to pass the following parameters with your request.
81
+
Pass the following parameter with your request.
82
82
83
83
|Key|Explanation|Value|
84
84
|--|--|--|
85
85
|`api-version`| The API version used.|`2021-11-01-preview`|
86
86
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.
88
88
89
89
### Headers
90
90
@@ -193,13 +193,14 @@ Use the following URL when creating your API request. Replace the placeholder va
193
193
|`{PROJECT-NAME}`| The name for your project. This value is case-sensitive. |`myProject`|
194
194
195
195
### Parameters
196
-
You need to pass the following parameters with your request.
196
+
197
+
Pass the following parameter with your request.
197
198
198
199
|Key|Explanation|Value|
199
200
|--|--|--|
200
201
|`api-version`| The API version used.|`2021-11-01-preview`|
201
202
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.
203
204
204
205
### Headers
205
206
@@ -249,13 +250,13 @@ Use the following **GET** request to query the status of your model's training p
249
250
250
251
### Parameters
251
252
252
-
You need to pass the following parameters with your request.
253
+
Pass the following parameter with your request.
253
254
254
255
|Key|Explanation|Value|
255
256
|--|--|--|
256
257
|`api-version`| The API version used.|`2021-11-01-preview`|
257
258
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.
259
260
260
261
### Headers
261
262
@@ -316,13 +317,13 @@ Create a **PUT** request using the following URL, headers, and JSON body to star
316
317
317
318
### Parameters
318
319
319
-
You need to pass the following parameters with your request.
320
+
Pass the following parameter with your request.
320
321
321
322
|Key|Explanation|Value|
322
323
|--|--|--|
323
324
|`api-version`| The API version used.|`2021-11-01-preview`|
324
325
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.
326
327
327
328
### Headers
328
329
@@ -368,13 +369,13 @@ Use the following **GET** request to query the status of your model's publishing
368
369
369
370
### Parameters
370
371
371
-
You need to pass the following parameters with your request.
372
+
Pass the following parameter with your request.
372
373
373
374
|Key|Explanation|Value|
374
375
|--|--|--|
375
376
|`api-version`| The API version used.|`2021-11-01-preview`|
376
377
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.
0 commit comments