Skip to main content
POST
Log multiple episode watches for a season

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

type
enum<string>
required
Available options:
movie,
show
id
string
required
Pattern: ^(\d+|tt\d+|tvdb:\d+|mal:\d+)$
season
integer
required
Required range: x >= 0

Body

application/json
episodes
object[]
required
title
string
required
year
integer
required
watchedAt
string<date-time>
dateUnknown
boolean
allowUnreleased
boolean
allowRewatches
boolean

Response

Inserted watch count

inserted
integer
required
Required range: x >= 0