diff --git a/pkg/api/api.go b/pkg/api/api.go index 862ef3e36a1..4f0a59e3411 100644 --- a/pkg/api/api.go +++ b/pkg/api/api.go @@ -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)) })