Skip to content

Commit a7890b1

Browse files
authored
nit(api): Standardize list api name (#75180)
The API is hard to differentiate from the single GET so changing the name to `List` like our other bulk GETs <img width="501" alt="Screenshot 2024-07-29 at 11 46 18 AM" src="https://github.com/user-attachments/assets/5a2fec0b-0cd9-47e8-82d8-ca1aa86c32fe">
1 parent f39a5a5 commit a7890b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/api/endpoints/organization_dashboards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class OrganizationDashboardsEndpoint(OrganizationEndpoint):
6868
permission_classes = (OrganizationDashboardsPermission,)
6969

7070
@extend_schema(
71-
operation_id="Retrieve an Organization's Custom Dashboards",
71+
operation_id="List an Organization's Custom Dashboards",
7272
parameters=[GlobalParams.ORG_ID_OR_SLUG, VisibilityParams.PER_PAGE, CursorQueryParam],
7373
request=None,
7474
responses={

0 commit comments

Comments
 (0)