OpenTV ENTera & OpenTV Platform Documentation
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2

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.