We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
verify via postman
1: Try this URL with post request. post-data = rolename: Group Moderator or any other role.
rolename
Group Moderator
2: Valid data should be existed in admin/django_comment_common/role/ table.
admin/django_comment_common/role/
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" }
{ "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" }
The text was updated successfully, but these errors were encountered:
@awais786 can you add to DRF to the issue titles so they make sense in the issue list?
to DRF
Sorry, something went wrong.
All titles updated.
awais786
No branches or pull requests
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" }
The text was updated successfully, but these errors were encountered: