Commit 5886203c by Dennis Jen

Added documentation to learner api for account url.

parent 8b3da8f8
...@@ -60,6 +60,7 @@ class LearnerView(LastUpdateMixin, CourseViewMixin, generics.RetrieveAPIView): ...@@ -60,6 +60,7 @@ class LearnerView(LastUpdateMixin, CourseViewMixin, generics.RetrieveAPIView):
Returns metadata and engagement data for the learner in JSON format. Returns metadata and engagement data for the learner in JSON format.
* username: The username of the enrolled learner. * username: The username of the enrolled learner.
* account_url: URL to learner's account api endpoint.
* enrollment_mode: The learner's selected learning track (for * enrollment_mode: The learner's selected learning track (for
example, "audit" or "verified"). example, "audit" or "verified").
* name: The learner's full name. * name: The learner's full name.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment