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:
[
{
"comment": "Amazing movie!",
"media_id": 194662,
"media_type": "movie"
},
{
"comment": "Wow.",
"media_id": 76203,
"media_type": "movie"
}
]