OpenTV ENTera & OpenTV Platform Documentation

Repair a series recording

Request

To repair a series recording, send a POST request to:

https://<host>:<port>/cdvr/v1/seriesrecordings/repair/{id}

Use this when a series recording request could not be completed because the user did not have enough available quota. (When this happens, the service sets the maybeMissingEpisodes flag to true in the series recording object, as returned when you retrieve series recordings and requests).

The service will attempt to record the missing episodes.

Headers

  • Content-Type: application/json

  • Authorisation

Mandatory arguments

Response

A successful request returns an HTTP 204 status.

A bad request returns an HTTP 400 status.

An unauthorised request returns an HTTP 401 status.

See also

For full details of this API, see User Recordings API documentation.