diff --git a/src/sentry/workflow_engine/endpoints/validators/api_docs_help_text.py b/src/sentry/workflow_engine/endpoints/validators/api_docs_help_text.py index 1880ae6cc3da7b..97b52ba997c800 100644 --- a/src/sentry/workflow_engine/endpoints/validators/api_docs_help_text.py +++ b/src/sentry/workflow_engine/endpoints/validators/api_docs_help_text.py @@ -42,6 +42,19 @@ "type": "regression_event", "comparison": true, "conditionResult": true + }, + { + "type": "seer_activity_trigger", + "comparison": [ + "rca_started", + "rca_completed", + "solution_started", + "solution_completed", + "coding_started", + "coding_completed", + "pr_created" + ], + "conditionResult": true } ], "actions": []