POST
/
tv
/
{series_id}
/
rating
{
  "status_code": 12,
  "status_message": "The item/record was updated successfully.",
  "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

Query Parameters

session_id
string
Example:

"7427e7f0d08c503a855b022dc5a2e124577150b8"

guest_session_id
string
Example:

"string"

Body

application/json
value
number
Example:

8.5

Response

201 - application/json

Add rating

status_code
number
Example:

12

status_message
string
Example:

"The item/record was updated successfully."

success
boolean
Example:

true