post https://api.radioworkflow.com/dubbed
Update the dubbed status for an instruction line
Beware!
This endpoint requires an additional scope to be granted, more information on the
dubbed
scope can be found in the scope documentation.
Sample Payload
Valid JSON should be placed into the body section of the request.
{
"instructionId": 123,
"dubbedOn": [
123,
456
]
}
We respond with an updated instruction line
To allow you to confirm that we have indeed marked the spot as dubbed for the particular stations you request, we respond to this request with an updated instruction line.