Download TV Season
POST
/api/v1/tv/{id}/season/{seasonNumber}/download
Parameters
Path Parameters
id*
Media ID
Type
Requiredinteger
seasonNumber*
Season Number
Type
Requiredinteger
Request Body
application/json
JSON "episodes_to_download": [ 0 ], "preference_list": [ ], "provider_profile_id": 0, "skip_downloaded_episodes": true, "strict_match": true
{
}
Responses
OK
application/json
JSON "data": { "queued_episodes": [ 0 ], "season_number": 0, "skipped_episodes": [ ], "status": "queued" }, "status": "success"
{
}