transcoders
Reset a transcoder
This operation resets a transcoder.
put/transcoders/{id}/reset
Path parameters
idstring required
The unique alphanumeric string that identifies the transcoder.
Response
Success
Example response
{
"transcoder": {
"state": "resetting"
}
}