Rate a movie
Accounts
Rate a movie
This endpoint is used to rate a movie and save it to your rated list.
POST
Rate a movie
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A unique identifier for a movie
Example:
18
Query Parameters
A unique identifier for an authenticated user session. Usually used for user authentication [blocked]
Example:
"02a0e6d34dbd8325254e83c78918599076a62b0e"
A unique identifier for an authenticated guest user session. Usually used for guest user authentication [blocked]
Example:
"0145215ad484b24c4b3f2ed0f5b77217"
Body
application/json
The rating value for the movie. Usually between 1-10.
Example:
8.5
Response
201 - application/json
Request successful
