v1

latestOpenAPI 3.0.2Terms of Use2026-08-061441681.6 MB
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"
    }
  }
}