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

Path Parameters

list_id
string
required

Response

Successful Response