From 339c75ecd4a84d72fccd6f46baf3f8d35a3755bf Mon Sep 17 00:00:00 2001 From: Michael Lin Date: Mon, 22 Feb 2021 22:19:46 -0700 Subject: [PATCH] chore: update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1b9d11c..6159ba9 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,7 @@ Sample response "message": "User is added to course-v1:IBMDeveloperSkillsNetwork+CB0103EN+v1333." } ``` + +## Implementation + +The handler is taken from [edx/edx-platform/cms/djangoapps/contentstore/views/user.py](https://github.com/edx/edx-platform/blob/d9a072af26ddb87295aa450bea384bc643ad0e50/cms/djangoapps/contentstore/views/user.py#L102-L198).