Updates an input schedule event in a live channel

Modifies an existing live input schedule event in the specified live channel's schedule. The function first fetches the current event details, then applies only the changed fields while preserving existing values for unchanged parameters. Both the primary and backup live inputs are handled with their id and name mappings.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The unique identifier of the schedule event to update

string
required

The unique identifier of the live channel

input
object
required

The updated primary live input object with id and name (retains existing value if unchanged)

backupInput
object
required

The updated backup live input object with id and name (retains existing value if unchanged)

string
required

The updated fixed on-air time in UTC (retains existing value if unchanged)

Responses
200

Success

400

Bad Request

401

The caller is not authenticated

404

The specified channel or schedule event was not found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!