diff --git a/src/sentry/api/endpoints/project_stats.py b/src/sentry/api/endpoints/project_stats.py index f0ae58a5590815..b232534a89dc76 100644 --- a/src/sentry/api/endpoints/project_stats.py +++ b/src/sentry/api/endpoints/project_stats.py @@ -22,9 +22,6 @@ def get(self, request: Request, project) -> Response: Retrieve Event Counts for a Project ``````````````````````````````````` - .. caution:: - This endpoint may change in the future without notice. - Return a set of points representing a normalized timestamp and the number of events seen in the period.