Adds a media item to the playback list for a specific profile. You can optionally provide an initialDocumentation Index
Fetch the complete documentation index at: https://docs.discovr.media/llms.txt
Use this file to discover all available pages before exploring further.
progress value (0-100) and updatedAt timestamp when adding the item.
Note: If the item already exists in the playback list, the operation will return a success response without creating a duplicate.
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 | Initial playback progress percentage (0-100) |
| updatedAt | string (date-time) | No | ISO 8601 timestamp for when playback was last updated |
Returns
SuccessMessage — Item added successfully
View response structure
View response structure