v1
latestOpenAPI 3.1.02026-07-2416666272.6 KBUpdate live
Updates an existing live stream. All body fields are optional — only the fields you send will be changed. Returns the updated LiveItem.
put/{live_id}
Path parameters
live_idstring required
Request body
Example request
{
"title": "Updated live title",
"scheduled_at": "2026-06-15T15:00:00Z",
"bitrate": [
"360p",
"720p"
],
"latency_type": "low",
"active_dvr": true,
"status": "canceled"
}Response
200
Example response
{
"id": "X",
"title": "X",
"stream_key_id": "X",
"stream_key": "X",
"rtmp": "X",
"user_id": "X",
"started_at": "X",
"status": "X",
"live_player": "X",
"live_hls": "X",
"active_dvr": true,
"created_at": "X",
"latency_type": "X"
}