Updates the playback progress for an existing item in the playback list. You must provide theDocumentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
mediaId and mediaType in the request body to identify the item, along with the new progress value (0-100) and optionally updatedAt.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| mediaId | string | Yes | The media ID with prefix (MV_TMDBID for movies, TV_TMDBID for TV shows) |
| progress | number | No | New playback progress percentage (0-100) |
| updatedAt | string (date-time) | No | ISO 8601 timestamp for when playback was last updated |
| season | integer | No | Season number (only for TV shows) |
| episode | integer | No | Episode number (only for TV shows) |
Returns
SuccessMessage — Item updated successfully
View response structure
View response structure