Document child order in course structure api docs

This commit is contained in:
Daniel Friedman
2015-09-17 18:42:45 +00:00
parent 020e16495d
commit 4fc3593c1f

View File

@@ -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