fix: Fixed pagination issue with enrollment api.
Signed-off-by: Farhaan Bukhsh <farhaan@opencraft.com>
This commit is contained in:
@@ -11,3 +11,6 @@ class CourseEnrollmentsApiListPagination(CursorPagination):
|
||||
Paginator for the Course enrollments list API.
|
||||
"""
|
||||
page_size = 100
|
||||
page_size_query_param = 'page_size'
|
||||
max_page_size = 100
|
||||
page_query_param = 'page'
|
||||
|
||||
Reference in New Issue
Block a user