Updates the playback progress for an existing item in the playback list.
You must provide the mediaId and mediaType in the request body to identify the item, along with the new progress value (0-100) and optionally updatedAt.
Documentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication.
/profiles, /auth/session-token,
/auth/session) accept a long-lived refresh token
(rt_<hex>)./pages/*, /profile/*) accept a
short-lived session JWT.SDK clients use two typed API accessors (identityApi() with the
refresh token vs sessionApi() with the session JWT) — see the SDK
DiscovrAuth helper.
Format: Authorization: Bearer {token}
The media ID with prefix (MV_TMDBID for movies, TV_TMDBID for TV shows)
"MV_TMDBID550"
New playback progress percentage (0-100)
0 <= x <= 10075
ISO 8601 timestamp for when playback was last updated
"2023-01-15T00:00:00.000Z"
Season number (only for TV shows)
x >= 12
Episode number (only for TV shows)
x >= 15