Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade list_forum_members api to DRF #35344

Open
Tracked by #35057
awais786 opened this issue Aug 22, 2024 · 2 comments
Open
Tracked by #35057

upgrade list_forum_members api to DRF #35344

awais786 opened this issue Aug 22, 2024 · 2 comments
Assignees

Comments

@awais786
Copy link
Contributor

awais786 commented Aug 22, 2024

verify via postman

1: Try this URL with post request.
post-data = rolename: Group Moderator or any other role.

2: Valid data should be existed in admin/django_comment_common/role/ table.

expected result
{ "course_id": "course-v1:edx+cs222+2311", "Group Moderator": [ { "username": "login_service_user", "email": "[email protected]", "first_name": "", "last_name": "", "group_name": null } ], "division_scheme": "none" }

@kdmccormick
Copy link
Member

@awais786 can you add to DRF to the issue titles so they make sense in the issue list?

@awais786 awais786 changed the title List_forum_members upgrade list_forum_members api to DRF Aug 23, 2024
@awais786 awais786 self-assigned this Aug 23, 2024
@awais786
Copy link
Contributor Author

@awais786 can you add to DRF to the issue titles so they make sense in the issue list?

All titles updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants