Skip to content

Commit

Permalink
feat: test sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustavb12 committed Nov 27, 2023
1 parent c5bd3f3 commit 0ce6bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cms/djangoapps/contentstore/rest_api/v1/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ class CourseDetailsView(DeveloperErrorViewMixin, APIView):
def get(self, request: Request, course_id: str):
"""
Get an object containing all the course details.
**Example Request**
GET /api/contentstore/v1/course_details/{course_id}
**Response Values**
Expand Down

0 comments on commit 0ce6bf5

Please sign in to comment.