This endpoint rate a movie and save it to your rated list.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Indicates the media type of the resource being sent. It specifies the format of the data being sent in the request body (e.g., application/json;charset=utf-8).
"application/json;charset=utf-8"
It represents a unique identifier for a session that is created for a guest user.
""
This is a unique identifier for a movie.
""
A token that represents a logged-in user's session after they have authenticated with their TMDB account.
""
add rating
The response is of type object
.