Skip to main content
POST
/
movies
/
{movie_id}
/
ratings
Add a rating to a movie
curl --request POST \
  --url https://api.example.com/movies/{movie_id}/ratings
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

movie_id
string
required

Unique Identifier of a movie.

Response

Successful Response