Skip to content

Commit 71adb57

Browse files
committed
feat: add DynamicScopePermission to RoleListView
1 parent ac5fb4b commit 71adb57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

openedx_authz/rest_api/v1/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ class RoleListView(APIView):
382382
"""
383383

384384
pagination_class = AuthZAPIViewPagination
385+
permission_classes = [DynamicScopePermission]
385386

386387
@apidocs.schema(
387388
parameters=[

0 commit comments

Comments
 (0)