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
Updating api code using DRF.
Steps to verify on local tutor instance:
Course Data Researcher
Expected result:
{ "course_id": "course-v1:edx+cs222+2311", "data_researcher": [ { "username": "admin", "email": "admin@example.com", "first_name": "abc", "last_name": "qdd" }, { "username": "login_service_user", "email": "login_service_user@fake.email", "first_name": "", "last_name": "" } ] }
The text was updated successfully, but these errors were encountered:
awais786
No branches or pull requests
Updating api code using DRF.
Steps to verify on local tutor instance:
Course Data Researcher
.Expected result:
The text was updated successfully, but these errors were encountered: