We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac5fb4b commit 71adb57Copy full SHA for 71adb57
1 file changed
openedx_authz/rest_api/v1/views.py
@@ -382,6 +382,7 @@ class RoleListView(APIView):
382
"""
383
384
pagination_class = AuthZAPIViewPagination
385
+ permission_classes = [DynamicScopePermission]
386
387
@apidocs.schema(
388
parameters=[
0 commit comments