We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39a5a5 commit a7890b1Copy full SHA for a7890b1
src/sentry/api/endpoints/organization_dashboards.py
@@ -68,7 +68,7 @@ class OrganizationDashboardsEndpoint(OrganizationEndpoint):
68
permission_classes = (OrganizationDashboardsPermission,)
69
70
@extend_schema(
71
- operation_id="Retrieve an Organization's Custom Dashboards",
+ operation_id="List an Organization's Custom Dashboards",
72
parameters=[GlobalParams.ORG_ID_OR_SLUG, VisibilityParams.PER_PAGE, CursorQueryParam],
73
request=None,
74
responses={
0 commit comments