API_MEDKINECT.User.update_user C# (CSharp) Méthode

update_user() public méthode

public update_user ( ) : Object
Résultat Object
        public Object update_user()
        {
            return this.conexion_rest("post", "api/users/#/update", this, this.id);
        }