| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Updates an User.
Refer to AniAPI docs for more informations.
Need authentication!
| Name | Type | Summary |
|---|---|---|
| model | User | The user's model |
User model = new User()
{
Id = 1,
Localization = "it"
};
var result = await AniAPI.Instance.UpdateUser(model);| Back | FazBrowse Home | New Git URL |