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

change_password() public méthode

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