Skip to content

Commit 929fbd7

Browse files
authored
Merge pull request #818 from MicrosoftDocs/main
Publish to Live Tuesday 4AM PST, 10/15
2 parents d02aa95 + bd02df9 commit 929fbd7

File tree

3 files changed

+113
-99
lines changed

3 files changed

+113
-99
lines changed

articles/ai-services/speech-service/includes/how-to/video-translation/rest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This diagram provides a high-level overview of the workflow.
1717

1818
You can use the following REST API operations for video translation:
1919

20-
| Operation | Method | REST API call |
20+
| Operation | Method | REST API call |
2121
| ----------------------------------------------------- | ------ | ------------------------------------------------- |
2222
| [Create a translation](/rest/api/aiservices/videotranslation/translation-operations/create-translation) | `PUT` | `/translations/{translationId}` |
2323
| [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.
284284
An HTTP 204 error indicates that the request was successful, but the resource doesn't exist. For example:
285285

286286
- You tried to get or delete a translation that doesn't exist.
287-
- You successfully deleted a translation.
287+
- You successfully deleted a translation.
288288

289289
### HTTP 400 error
290290

193 KB
Loading

0 commit comments

Comments
 (0)