Skip to content

Commit eee4b0a

Browse files
Merge pull request #251411 from Naveenommi-MSFT/patch-70
(AzureCXP) fixes MicrosoftDocs/azure-docs#114674
2 parents 447a997 + 92c5e5b commit eee4b0a

File tree

1 file changed

+3
-3
lines changed
  • articles/ai-services/language-service/sentiment-opinion-mining/includes/quickstarts

1 file changed

+3
-3
lines changed

articles/ai-services/language-service/sentiment-opinion-mining/includes/quickstarts/rest-api.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use this quickstart to send sentiment analysis requests using the REST API. In t
3737

3838
## Create a JSON file with the example request body
3939

40-
In a code editor, create a new file named `request_body.json` and copy the following JSON example. This example request will be sent to the API in the next step.
40+
In a code editor, create a new file named `test_sentiment_payload.json` and copy the following JSON example. This example request will be sent to the API in the next step.
4141

4242
```json
4343
{
@@ -58,7 +58,7 @@ In a code editor, create a new file named `request_body.json` and copy the follo
5858
}
5959
```
6060

61-
Save `request_body.json` somewhere on your computer. For example, your desktop.
61+
Save `test_sentiment_payload.json` somewhere on your computer. For example, your desktop.
6262

6363
## Send a sentiment analysis and opinion mining API request
6464

@@ -238,4 +238,4 @@ curl -X POST $LANGUAGE_ENDPOINT/language/:analyze-text?api-version=2023-04-15-pr
238238

239239
* [Sentiment analysis and opinion mining language support](../../language-support.md)
240240
* [How to call the API](../../how-to/call-api.md)
241-
* [Reference documentation](https://go.microsoft.com/fwlink/?linkid=2239169)
241+
* [Reference documentation](https://go.microsoft.com/fwlink/?linkid=2239169)

0 commit comments

Comments
 (0)