We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fd393b commit e9e3a86Copy full SHA for e9e3a86
cms/djangoapps/contentstore/rest_api/v2/views/downstreams.py
@@ -378,7 +378,7 @@ def get(self, request: _AuthenticatedRequest):
378
course_key_string = request.GET.get('course_id')
379
ready_to_sync = request.GET.get('ready_to_sync')
380
upstream_container_key = request.GET.get('upstream_container_key')
381
- link_filter: dict[str, CourseKey | UsageKey | bool] = {}
+ link_filter: dict[str, CourseKey | LibraryContainerLocator | bool] = {}
382
paginator = DownstreamListPaginator()
383
if course_key_string:
384
try:
0 commit comments