Skip to content

Commit 4a394df

Browse files
committed
Remove stringEncoding.
1 parent 0021dfb commit 4a394df

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
@@ -239,7 +239,7 @@ Before running the cURL command, make the following changes to the HTTP request:
239239

240240
### POST request
241241
```bash
242-
curl -i -X POST "{endpoint}/contentunderstanding/analyzers/{analyzerId}:analyze?stringEncoding=codePoint&api-version=2024-12-01-preview" \
242+
curl -i -X POST "{endpoint}/contentunderstanding/analyzers/{analyzerId}:analyze?api-version=2024-12-01-preview" \
243243
-H "Ocp-Apim-Subscription-Key: {key}" \
244244
-H "Content-Type: application/json" \
245245
-d "{\"url\":\"{fileUrl}\"}"

0 commit comments

Comments
 (0)