Skip to content

Commit

Permalink
add "GRT" to scope_map
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithadurai authored Oct 18, 2024
1 parent df9642b commit 9849730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sentry/api/endpoints/organization_dashboard_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class DashboardPermissions(BasePermission):
"""

scope_map = {
"GET": ["org:read", "org:write", "org:admin"],
"POST": ["org:read", "org:write", "org:admin"],
"PUT": ["org:read", "org:write", "org:admin"],
"DELETE": ["org:read", "org:write", "org:admin"],
Expand Down

0 comments on commit 9849730

Please sign in to comment.