update_sync_watchlist_by_list_item_id
Update a Trakt watchlist item by its list item ID. Supply the ID and a request payload to modify the entry.
Instructions
Update a watchlist item.
PUT /sync/watchlist/{list_item_id}
Args: list_item_id: List item ID. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| list_item_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |