transcoders
Enable a transcoder's stream targets
This operation enables all of the stream targets assigned to a specific transcoder.
put/transcoders/{id}/enable_all_stream_targets
Path parameters
idstring required
The unique alphanumeric string that identifies the transcoder.
Response
Success
Example response
{
"transcoder": {
"stream_targets": {
"state": "enabled"
}
}
}