curl --request POST \
--url 'https://api.themoviedb.org/3/tv/{{series_id}}/rating' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"value": 8.5
}'{
"status_code": 12,
"status_message": "The item/record was updated successfully.",
"success": true
}This endpoint allows you to rate a TV show and save it to your rated list.
curl --request POST \
--url 'https://api.themoviedb.org/3/tv/{{series_id}}/rating' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"value": 8.5
}'{
"status_code": 12,
"status_message": "The item/record was updated successfully.",
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
"7427e7f0d08c503a855b022dc5a2e124577150b8"
"string"
8.5