We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dec6770 commit c516faeCopy full SHA for c516fae
1 file changed
openedx_authz/rest_api/v1/views.py
@@ -639,7 +639,7 @@ class TeamMembersAPIView(APIView):
639
apidocs.query_parameter("page_size", int, description="Number of items per page"),
640
],
641
responses={
642
- status.HTTP_200_OK: ListRolesWithScopeResponseSerializer(many=True),
+ status.HTTP_200_OK: TeamMemberSerializer(many=True),
643
status.HTTP_400_BAD_REQUEST: "The request parameters are invalid",
644
status.HTTP_401_UNAUTHORIZED: "The user is not authenticated",
645
status.HTTP_403_FORBIDDEN: "The user does not have the required permissions",
0 commit comments