document enrollment start and end dates in sis_csv
closes: CORE-584 test plan - rake doc:api should work Change-Id: I1dd7527809347c04104f8648ca43d148c40f788c Reviewed-on: https://gerrit.instructure.com/142459 Reviewed-by: Rob Orton <rob@instructure.com> Product-Review: Rob Orton <rob@instructure.com> QA-Review: Rob Orton <rob@instructure.com> Tested-by: Jenkins
This commit is contained in:
parent
1b745794b3
commit
e15207c87f
|
@ -653,6 +653,20 @@ enrollments.csv
|
|||
<td>The domain of the account to search for the user.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>start_date</td>
|
||||
<td>date</td>
|
||||
<td></td>
|
||||
<td>✓</td>
|
||||
<td>The enrollment start date. The format should be in ISO 8601: YYYY-MM-DDTHH:MM:SSZ</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>end_date</td>
|
||||
<td>date</td>
|
||||
<td></td>
|
||||
<td>✓</td>
|
||||
<td>The enrollment end date The format should be in ISO 8601: YYYY-MM-DDTHH:MM:SSZ</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>user_id</td>
|
||||
<td>text</td>
|
||||
<td>✓*</td>
|
||||
|
|
Loading…
Reference in New Issue