Skip to content

Commit bd02df9

Browse files
authored
Merge pull request #817 from sally-baolian/patch-24
Update workflow chart
2 parents 56d270c + e66936e commit bd02df9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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)