There was an error while loading. Please reload this page.
Updates an User.
Refer to AniAPI docs for more informations.
Need authentication!
User
User model = new User() { Id = 1, Localization = "it" }; var result = await AniAPI.Instance.UpdateUser(model);