Skip to content

Commit 5e625b6

Browse files
committed
also in properties file
1 parent ad078d0 commit 5e625b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/batch-synthesis-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Here's an example request that results in an HTTP 400 error, because the `inputs
136136
```console
137137
curl -v -X PUT -H "Ocp-Apim-Subscription-Key: YourSpeechKey" -H "Content-Type: application/json" -d '{
138138
"inputKind": "SSML"
139-
}' "https://YourSpeechRegion.api.cognitive.microsoft.com/texttospeech/batchsyntheses/my-job-01?api-version=2024-04-01"
139+
}' "https://YourSpeechRegion.api.cognitive.microsoft.com/texttospeech/batchsyntheses/YourSynthesisId?api-version=2024-04-01"
140140
```
141141

142142
In this case, the response headers include `HTTP/1.1 400 Bad Request`.

0 commit comments

Comments
 (0)