Update a Transcription Vocabulary
PUT {{baseUrl}}/video/v1/transcription-vocabularies/:TRANSCRIPTION_VOCABULARY_ID
Updates the details of a previously-created Transcription Vocabulary. Updates to Transcription Vocabularies are allowed while associated live streams are active. However, updates will not be applied to those streams while they are active.
Request Body
{"name"=>"Mux API Vocabulary - Updated", "phrases"=>["Mux", "Live Stream", "RTMP", "Stream Key"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"id":"VDm3npt2eaEDvz9emzun8Q","name":"Mux API Vocabulary - Updated","phrases":["Mux","Live Stream","RTMP","Stream Key"],"created_at":"1609869152","updated_at":"1609870000"}}