public JsonResult Update(Script script) { powershell.ValidateSyntax(script, User); scriptLogic.Update(script, User); return(http.RespondSuccess()); }