We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11738c8 commit 8ce29d3Copy full SHA for 8ce29d3
1 file changed
openedx_authz/rest_api/v1/views.py
@@ -257,7 +257,9 @@ class RoleUserAPIView(APIView):
257
**Authentication and Permissions**
258
259
- Requires authenticated user.
260
- - Requires ``manage_library_team`` permission for the scope.
+
261
+ - GET: Requires ``view_library_team`` or ``view_course_team`` permission according to the scope.
262
+ - PUT and DELETE: Requires ``manage_library_team`` or ``manage_course_team`` permission according to the scope.
263
264
**Example Request**
265
0 commit comments