Skip to content

Commit 97ff1d7

Browse files
committed
acrolinx update
1 parent 5b22bb6 commit 97ff1d7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/rest-api/export-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Create a **POST** request using the following URL, headers, and JSON body to exp
1414

1515
### Request URL
1616

17-
Use the following URL when creating your API request. Replace the placeholder values below with your own values.
17+
Use the following URL when creating your API request. Replace the placeholder values with your own values.
1818

1919
```rest
2020
{ENDPOINT}/language/authoring/analyze-text/projects/{PROJECT-NAME}/:export?stringIndexType=Utf16CodeUnit&api-version={API-VERSION}
@@ -44,7 +44,7 @@ Use the following JSON in your request body specifying that you want to export a
4444
}
4545
```
4646

47-
Once you send your API request, you’ll receive a `202` response indicating that the job was submitted correctly. In the response headers, extract the `operation-location` value. It will be formatted like this:
47+
Once you send your API request, you’ll receive a `202` response indicating that the job was submitted correctly. In the response headers, extract the `operation-location` value. It's formatted like this:
4848

4949
```rest
5050
{ENDPOINT}/language/authoring/analyze-text/projects/{PROJECT-NAME}/export/jobs/{JOB-ID}?api-version={API-VERSION}

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/rest-api/get-project-details.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.date: 05/09/2022
99
ms.author: aahi
1010
---
1111

12-
Use the following **GET** request to get your project details. Replace the placeholder values below with your own values.
12+
Use the following **GET** request to get your project details. Replace the placeholder values with your own values.
1313

1414
```rest
1515
{ENDPOINT}/language/authoring/analyze-text/projects/{PROJECT-NAME}?api-version={API-VERSION}
@@ -19,7 +19,7 @@ Use the following **GET** request to get your project details. Replace the place
1919
|---------|---------|---------|
2020
|`{ENDPOINT}` | The endpoint for authenticating your API request. | `https://<your-custom-subdomain>.cognitiveservices.azure.com` |
2121
|`{PROJECT-NAME}` | The name for your project. This value is case-sensitive. | `myProject` |
22-
|`{API-VERSION}` | The version of the API you are calling. The value referenced here is for the latest version released. See [Model lifecycle](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) to learn more about other available API versions. | `2022-05-01` |
22+
|`{API-VERSION}` | The version of the API you're calling. The value referenced here is for the latest version released. See [Model lifecycle](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) to learn more about other available API versions. | `2022-05-01` |
2323

2424
#### Headers
2525

articles/cognitive-services/language-service/custom-text-analytics-for-health/includes/rest-api/swap-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Create a **POST** request using the following URL, headers, and JSON body to sta
2525
|---------|---------|---------|
2626
|`{ENDPOINT}` | The endpoint for authenticating your API request. | `https://<your-custom-subdomain>.cognitiveservices.azure.com` |
2727
|`{PROJECT-NAME}` | The name for your project. This value is case-sensitive. | `myProject` |
28-
|`{API-VERSION}` | The version of the API you are calling. The value referenced here is for the latest [model version](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) released. | `2022-05-01` |
28+
|`{API-VERSION}` | The version of the API you're calling. The value referenced here is for the latest [model version](../../../concepts/model-lifecycle.md#choose-the-model-version-used-on-your-data) released. | `2022-05-01` |
2929

3030

3131
### Headers

0 commit comments

Comments
 (0)