From 4fc3593c1f1c5aade3d68cfe5a569bb6ffdf0f19 Mon Sep 17 00:00:00 2001 From: Daniel Friedman Date: Thu, 17 Sep 2015 18:42:45 +0000 Subject: [PATCH] Document child order in course structure api docs --- lms/djangoapps/course_structure_api/v0/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/course_structure_api/v0/views.py b/lms/djangoapps/course_structure_api/v0/views.py index b541dd746c..347ba45c24 100644 --- a/lms/djangoapps/course_structure_api/v0/views.py +++ b/lms/djangoapps/course_structure_api/v0/views.py @@ -257,7 +257,7 @@ class CourseStructure(CourseViewMixin, RetrieveAPIView): * format: The assignment type. * children: If the block has child blocks, a list of IDs of the child - blocks. + blocks in the order they appear in the course. """ @CourseViewMixin.course_check