POST
/
3
/
tv
/
{series_id}
/
rating
curl --request POST \
  --url https://api.themoviedb.org/3/tv/%7B{series_id}%7D/rating \
  --header 'Content-Type: application/json' \
  --data '{
  "value": 8.5
}'
{
  "status_code": 1,
  "status_message": "Success.",
  "success": true
}

Path Parameters

series_id
string
required

Query Parameters

session_id
string
Example:

"99f5fe8d04188f32c8fe2092c365a3f85cb3e376"

Body

application/json

Response

201 - application/json

Add Rating

The response is of type object.