RTStream
Start or stop RTStream
patch/rtstream/{stream_id}/status/
Path parameters
stream_idstring required
Example:rts-12345
Request body
Example request
{
"action": "stop"
}Response
RTStream status updated
Example response
{
"success": true,
"message": "Operation successful"
}