From e754290eace93cf41507d98379e59415eb608380 Mon Sep 17 00:00:00 2001 From: Colleen O'Rourke Date: Tue, 7 Jan 2025 11:07:08 -0800 Subject: [PATCH] chore(alerts): Remove activated alert example (#82984) Remove the API docs activated alerts example as it isn't referenced anymore and the feature is being removed --- .../apidocs/examples/metric_alert_examples.py | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/sentry/apidocs/examples/metric_alert_examples.py b/src/sentry/apidocs/examples/metric_alert_examples.py index 0b9da7b286140a..d1e61a0470a2e4 100644 --- a/src/sentry/apidocs/examples/metric_alert_examples.py +++ b/src/sentry/apidocs/examples/metric_alert_examples.py @@ -209,25 +209,6 @@ class MetricAlertExamples: ) ] - GET_METRIC_ALERT_ACTIVATIONS = [ - OpenApiExample( - "Fetch a list of activations for a metric alert rule", - value=[ - { - "id": "1", - "alertRuleId": "1", - "dateCreated": "2023-09-25T23:35:31.787875Z", - "finishedAt": "2023-09-25T23:35:31.787866Z", - "metricValue": 100, - "querySubscriptionId": "1", - "isComplete": True, - "activator": "1", - "conditionType": "0", - } - ], - ) - ] - GET_METRIC_ALERT_ANOMALIES = [ OpenApiExample( "Fetch a list of anomalies for a metric alert rule",