cURL
curl --request POST \ --url https://api.themoviedb.org/3/tv/1399/season/1/episode/1/rating \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "value": 8.5 }'
{ "status_code": 1, "status_message": "Success.", "success": true }
Rate a TV episode and save it to your rated list.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
8.5
New Request
1
"Success."
true