POST
/
3
/
tv
/
{series_id}
/
season
/
{season_number}
/
episode
/
{episode_number}
/
rating
{
  "status_code": 1,
  "status_message": "Success.",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

series_id
string
required

This represents the series ID. Get it here

season_number
string
required

This represents the season number of the TV show.

episode_number
string
required

This represents the episode number of the TV show.

Body

application/json

Response

201 - application/json

Add Ratings

The response is of type object.