Option > Timeshift

Update a timeshift config

This endpoint allows you to retrieve to update a timeshift config.

put/1/videos/{channel}/options/timeshift

Path parameters

channelinteger required

The unique identifier (ID) of the channel to request.

Query parameters

account_idinteger required

Account identifier

The account identifier

Request body

enabledboolean

Specify a limit before the interruption of live events in case of overrun

record_window_durationinteger

Define how far your viewers can go back (max.: 240 minutes)

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.