v1
latestOpenAPI 3.1.12026-07-1711423400.3 KBepisodes
Marks an episode as "watched" or "not watched".
This endpoint will updated the watched status for an episode.
post/episodes/{episodeID}/watched
Path parameters
episodeIDinteger required
ID of the episode.
Response
Successful POST Episodes Watched JSON response
object required
Example response
{
"data": {
"isWatched": true
}
}