FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

UpdateUser · AniAPI-Team/AniAPI.NET Wiki · GitHub

This repository was archived by the owner on Dec 2, 2022. It is now read-only.
/ AniAPI.NET Public archive

UpdateUser

Marco Dal Zovo edited this page Jul 23, 2021 · 2 revisions

Updates an User.

Refer to AniAPI docs for more informations.

Need authentication!

Parameters

Name Type Summary
model User The user's model

Usage

User model = new User()
{
  Id = 1,
  Localization = "it"
};
var result = await AniAPI.Instance.UpdateUser(model);

Wiki pages Pages 26

Clone this wiki locally


Back | FazBrowse Home | New Git URL