POST
/
3
/
list
/
{list_id}
/
add_item
curl --request POST \
  --url https://api.themoviedb.org/3/list/%7B{list_id}%7D/add_item \
  --header 'Content-Type: application/json' \
  --data '{
  "media_id": 645757
}'
{
  "status_code": 12,
  "status_message": "The item/record was updated successfully.",
  "success": true
}

Path Parameters

list_id
string
required

Query Parameters

session_id
string
Example:

"596cf761bccb080266249540bcdc13a0ea708109"

Body

application/json

Response

201 - application/json

Movie

The response is of type object.