Skip to content

Commit 0393f8d

Browse files
committed
update course sections api doc
Change-Id: Ic406f2de75802defc19843ac7864a2868f44fbda Reviewed-on: https://gerrit.instructure.com/5978 Tested-by: Hudson <hudson@instructure.com> Reviewed-by: Mark Suman <marks@instructure.com>
1 parent 84c3f36 commit 0393f8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/controllers/courses_controller.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ def unconclude
155155
#
156156
# @response_field id The unique identifier for the course section.
157157
# @response_field name The name of the section.
158+
# @response_field sis_section_id The sis id of the section.
158159
#
159160
# @example_response
160161
# ?include[]=students
@@ -163,11 +164,13 @@ def unconclude
163164
# {
164165
# "id": 1,
165166
# "name": "Section A",
167+
# "sis_section_id": null,
166168
# "students": [...]
167169
# },
168170
# {
169171
# "id": 2,
170172
# "name": "Section B",
173+
# "sis_section_id": "section-b",
171174
# "students": [...]
172175
# }
173176
# ]

0 commit comments

Comments
 (0)