POST
/
3
/
movie
/
{movie_id}
/
rating
{
  "status_code": 12,
  "status_message": "The item/record was updated successfully.",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

movie_id
string
required

This represents the movie ID. Get it here

Body

application/json

Response

201 - application/json

Add Ratings

The response is of type object.