File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
articles/ai-services/speech-service
includes/how-to/video-translation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This diagram provides a high-level overview of the workflow.
17
17
18
18
You can use the following REST API operations for video translation:
19
19
20
- | Operation | Method | REST API call |
20
+ | Operation | Method | REST API call |
21
21
| ----------------------------------------------------- | ------ | ------------------------------------------------- |
22
22
| [ Create a translation] ( /rest/api/aiservices/videotranslation/translation-operations/create-translation ) | ` PUT ` | ` /translations/{translationId} ` |
23
23
| [ List translations] ( /rest/api/aiservices/videotranslation/translation-operations/list-translation ) | ` GET ` | ` /translations ` |
@@ -284,7 +284,7 @@ HTTP 200 OK indicates that the request was successful.
284
284
An HTTP 204 error indicates that the request was successful, but the resource doesn't exist. For example:
285
285
286
286
- You tried to get or delete a translation that doesn't exist.
287
- - You successfully deleted a translation.
287
+ - You successfully deleted a translation.
288
288
289
289
### HTTP 400 error
290
290
You can’t perform that action at this time.
0 commit comments