There was an error while loading. Please reload this page.
Updates an UserStory.
Refer to AniAPI docs for more informations.
Need authentication!
UserStory
UserStory model = new UserStory() { Id = 60, AnimeId = 11, UserId = 1, Status = UserStoryStatusEnum.PAUSED, CurrentEpisode = 897 }; var result = await AniAPI.Instance.UpdateUserStory(model);