v1
latestOpenAPI 3.1.12026-07-1711423400.3 KBseasons
Marks the episodes of a season as "watched" or "not watched".
This endpoint will updated the watched status for the episodes of a season.
post/seasons/{seasonID}/watched
Path parameters
seasonIDinteger required
ID of the season.
Response
Successful POST Seasons Watched JSON response
object required
Example response
{
"data": {
"isWatched": true
}
}