feat: [AA-1206] remove redundant fields from API (#29920)
* feat: [AA-1206] remove redundant fields from API Part of a larger effort to clean up the MFE BFF endpoints. Remove the redundant fields username and course_access, both of which are also available in the course home metadata call.
This commit is contained in:
@@ -2557,7 +2557,6 @@ paths:
|
||||
* pacing: Course pacing. Possible values: instructor, self
|
||||
* tabs: Course tabs
|
||||
* user_timezone: User's chosen timezone setting (or null for browser default)
|
||||
* can_load_course: Whether the user can view the course (AccessResponse object)
|
||||
* is_staff: Whether the effective user has staff access to the course
|
||||
* original_user_is_staff: Whether the original user has staff access to the course
|
||||
* can_view_legacy_courseware: Indicates whether the user is able to see the legacy courseware view
|
||||
|
||||
Reference in New Issue
Block a user