API_MEDKINECT.User.update_user C# (CSharp) 메소드

update_user() 공개 메소드

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