Skip to content

Commit

Permalink
docs: [FC-0031] Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
GlugovGrGlib authored and OmarIthawi committed May 31, 2024
1 parent 462c780 commit fd3d355
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lms/djangoapps/mobile_api/course_info/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,10 @@ class BlocksInfoInCourseView(BlocksInCourseView):
"""
**Use Case**
Returns the blocks in the course according to the requesting user's access level.
Add to response info fields with information about course
This API endpoint is specifically optimized for the course homepage on Mobile Apps.
The endpoint returns the blocks in the course according to the requesting user's access level.
Additionally, response encompasses info fields with information about the course,
including certificate URL, media dictionary with course image URLs, start and end dates for the course.
**Example requests**:
Expand Down

0 comments on commit fd3d355

Please sign in to comment.