set_movie_watch_status
Update the watch status of a movie in your MyShows profile by specifying its ID and choosing from watching, cancelled, later, or remove options.
Instructions
Sets the watch status of a movie by its ID. :param movie_id: The ID of the movie to set the watch status for. :param status: The watch status to set ( "watching" - watching the movie, "cancelled" - stop watching the movie, "later" - the movie to watch later, "remove" - have not watched the movie yet ) :return: A dictionary containing the result of the operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| movie_id | Yes | ||
| status | Yes |