Update My Anime Entry
update_my_anime_entryAdd or modify an anime entry on your MyAnimeList by providing the anime ID and optional fields such as status, score, comments, and episodes watched.
Instructions
Update the authenticated user's list entry for an anime (or ADD it to the list).
Only the provided fields are changed; at least one is required. If the anime is not on the user's list yet, MAL creates the entry (e.g. pass status="plan_to_watch" to add something). Returns the updated my_list_status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Replaces the entry's tag list | |
| score | No | 0 removes the score | |
| status | No | ||
| anime_id | Yes | MAL anime id | |
| comments | No | ||
| priority | No | ||
| is_rewatching | No | ||
| rewatch_value | No | ||
| num_times_rewatched | No | ||
| num_watched_episodes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||