Commit a18506e2 by bergquist

feat(alerting): changing notifications should require org admin

parent 0c5da915
......@@ -261,7 +261,7 @@ func Register(r *macaron.Macaron) {
r.Put("/:notificationId", bind(m.UpdateAlertNotificationCommand{}), wrap(UpdateAlertNotification))
r.Get("/:notificationId", wrap(GetAlertNotificationById))
r.Delete("/:notificationId", wrap(DeleteAlertNotification))
})
}, reqOrgAdmin)
//r.Get("/changes", wrap(GetAlertChanges))
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment