diff --git a/api4/webhook_local.go b/api4/webhook_local.go index a07d744346..aa4db45aea 100644 --- a/api4/webhook_local.go +++ b/api4/webhook_local.go @@ -79,7 +79,7 @@ func localCreateOutgoingHook(c *Context, w http.ResponseWriter, r *http.Request) c.LogAudit("attempt") if hook.CreatorId == "" { - c.SetInvalidParam("user_id") + c.SetInvalidParam("creator_id") return }