Skip to content

Commit c516fae

Browse files
committed
squash!: Correct apidocs schema
1 parent dec6770 commit c516fae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openedx_authz/rest_api/v1/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ class TeamMembersAPIView(APIView):
639639
apidocs.query_parameter("page_size", int, description="Number of items per page"),
640640
],
641641
responses={
642-
status.HTTP_200_OK: ListRolesWithScopeResponseSerializer(many=True),
642+
status.HTTP_200_OK: TeamMemberSerializer(many=True),
643643
status.HTTP_400_BAD_REQUEST: "The request parameters are invalid",
644644
status.HTTP_401_UNAUTHORIZED: "The user is not authenticated",
645645
status.HTTP_403_FORBIDDEN: "The user does not have the required permissions",

0 commit comments

Comments
 (0)