Skip to content

Commit 24cbea9

Browse files
authored
Update use-rest-api.md
1 parent cc8b901 commit 24cbea9

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)