You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns all Spike Protection Notification Actions for an organization.
86
+
87
+
Notification Actions notify a set of members through a service such as Slack or Sentry when an action has been triggered. For example, you can email the organization owner when the spike protection threshold has been reached.
88
+
89
+
You can use either the `project` or `projectSlug` query parameter to filter for certain projects. Note that if both are present, `projectSlug` takes priority.
Creates a new Notification Action for Spike Protection.
136
+
137
+
Notification Actions notify a set of members through a service such as Slack or Sentry when an action has been triggered. For example, you can email the organization owner when the spike protection threshold has been reached.
138
+
"""
93
139
# team admins and regular org members don't have project:write on an org level
94
140
ifnotrequest.access.has_scope("project:write"):
95
141
# check if user has access to create notification actions for all requested projects
0 commit comments