Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
the ID of the custom list
Example:
8510518
Body
application/json
Example:
[
{ "media_id": 550, "media_type": "movie" },
{ "media_id": 244786, "media_type": "movie" },
{ "media_id": 1396, "media_type": "tv" }
]