Skip to content

Commit 8ce29d3

Browse files
committed
docs: update view docstring
1 parent 11738c8 commit 8ce29d3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

openedx_authz/rest_api/v1/views.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,9 @@ class RoleUserAPIView(APIView):
257257
**Authentication and Permissions**
258258
259259
- Requires authenticated user.
260-
- Requires ``manage_library_team`` permission for the scope.
260+
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.
261263
262264
**Example Request**
263265

0 commit comments

Comments
 (0)