Skip to content

Commit a915bc4

Browse files
Merge pull request #5694 from laujan/patch-1
Update use-rest-api.md
2 parents cc8b901 + 24cbea9 commit a915bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/content-understanding/quickstart/use-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Use the `resultId` from the [`POST` response](#post-response) and retrieve the r
100100

101101
#### GET request
102102
```bash
103-
curl -i -X GET "{endpoint}/contentunderstanding/analyzerResults/{resultId}?api-version=2025-05-01-preview" \
103+
curl -i -X GET "GET {endpoint}/contentunderstanding/analyzers/{analyzerId}?api-version=2025-05-01-preview" \
104104
-H "Ocp-Apim-Subscription-Key: {key}"
105105
```
106106

0 commit comments

Comments
 (0)