Skip to content

Commit 0793dc1

Browse files
authored
PR review edit
1 parent 164e2f6 commit 0793dc1

File tree

1 file changed

+10
-10
lines changed
  • articles/cognitive-services/language-service/custom-classification/includes/quickstarts

1 file changed

+10
-10
lines changed

articles/cognitive-services/language-service/custom-classification/includes/quickstarts/rest-api.md

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

8282
### Parameters
8383

84-
You need to pass the following parameters with your request.
84+
Pass the following parameter with your request.
8585

8686
|Key|Explanation|Value|
8787
|--|--|--|
8888
|`api-version`| The API version used.| `2021-11-01-preview` |
8989

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

9292
### Headers
9393

@@ -163,13 +163,13 @@ Use the following URL when creating your API request. Replace the placeholder va
163163

164164
### Parameters
165165

166-
You need to pass the following parameters with your request.
166+
Pass the following parameter with your request.
167167

168168
|Key|Explanation|Value|
169169
|--|--|--|
170170
|`api-version`| The API version used.| `2021-11-01-preview` |
171171

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

174174
### Headers
175175

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

221221
### Parameters
222222

223-
You need to pass the following parameters with your request.
223+
Pass the following parameter with your request.
224224

225225
|Key|Explanation|Value|
226226
|--|--|--|
227227
|`api-version`| The API version used.| `2021-11-01-preview` |
228228

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

231231
### Headers
232232

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

289289
### Parameters
290290

291-
You need to pass the following parameters with your request.
291+
Pass the following parameter with your request.
292292

293293
|Key|Explanation|Value|
294294
|--|--|--|
295295
|`api-version`| The API version used.| `2021-11-01-preview` |
296296

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

299299
### Headers
300300

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

341341
### Parameters
342342

343-
You need to pass the following parameters with your request.
343+
Pass the following parameter with your request.
344344

345345
|Key|Explanation|Value|
346346
|--|--|--|
347347
|`api-version`| The API version used.| `2021-11-01-preview` |
348348

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

351351
### Headers
352352

0 commit comments

Comments
 (0)