Add doc updates for variable substitutions
flag=none Test plan - Compile api documentation with rake doc:api - Ensure the term.endAt substition appears Change-Id: I975ee53a7dc0263ab6b896a70b4ab6b56eeac732 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/329823 Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> Reviewed-by: Tucker Mcknight <tmcknight@instructure.com> QA-Review: Tucker Mcknight <tmcknight@instructure.com> Product-Review: Mysti Lilla <mysti@instructure.com>
This commit is contained in:
parent
79be9ce94c
commit
d55a9a930e
|
@ -707,6 +707,15 @@ returns the current course's term start date.
|
|||
**Availability**: *when launched in a course that has a term with a start date*
|
||||
|
||||
|
||||
```
|
||||
2018-01-12 00:00:00 -0700
|
||||
```
|
||||
## Canvas.term.endAt
|
||||
returns the current course's term end date.
|
||||
|
||||
**Availability**: **
|
||||
|
||||
|
||||
```
|
||||
2018-01-12 00:00:00 -0700
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue