Skip to content

Commit

Permalink
chore(apis) Delete ProjectPlatformsEndpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
sentaur-athena committed Jan 9, 2025
1 parent 7dd0188 commit 4f75ebe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
21 changes: 0 additions & 21 deletions src/sentry/api/endpoints/project_platforms.py

This file was deleted.

6 changes: 0 additions & 6 deletions src/sentry/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,6 @@
ProjectPerformanceGeneralSettingsEndpoint,
)
from .endpoints.project_performance_issue_settings import ProjectPerformanceIssueSettingsEndpoint
from .endpoints.project_platforms import ProjectPlatformsEndpoint
from .endpoints.project_plugin_details import ProjectPluginDetailsEndpoint
from .endpoints.project_plugins import ProjectPluginsEndpoint
from .endpoints.project_profiling_profile import (
Expand Down Expand Up @@ -2235,11 +2234,6 @@ def create_group_urls(name_prefix: str) -> list[URLPattern | URLResolver]:
ProjectEnvironmentDetailsEndpoint.as_view(),
name="sentry-api-0-project-environment-details",
),
re_path(
r"^(?P<organization_id_or_slug>[^\/]+)/(?P<project_id_or_slug>[^\/]+)/platforms/$",
ProjectPlatformsEndpoint.as_view(),
name="sentry-api-0-project-platform-details",
),
re_path(
r"^(?P<organization_id_or_slug>[^\/]+)/(?P<project_id_or_slug>[^\/]+)/events/$",
ProjectEventsEndpoint.as_view(),
Expand Down
1 change: 0 additions & 1 deletion src/sentry/conf/api_pagination_allowlist_do_not_modify.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"ProjectIssuesResolvedInReleaseEndpoint",
"ProjectMemberIndexEndpoint",
"ProjectMonitorStatsEndpoint",
"ProjectPlatformsEndpoint",
"ProjectPluginsEndpoint",
"ProjectReleaseSetupCompletionEndpoint",
"ProjectRuleStatsIndexEndpoint",
Expand Down

0 comments on commit 4f75ebe

Please sign in to comment.