Syllabus
syllabus_updated
Definition: The event is emitted anytime a syllabus is changed in a course by an end user or API request. Only changes to the fields included in the body of the event payload will emit the updated
event.
Trigger: Triggered when a course syllabus gets updated.
Payload Example:
Event Body Schema
course_id
The Canvas id of the updated course.
old_syllabus_body
The old syllabus content. NOTE: This field will be truncated to only include the first 8192 characters. NOTE: This field will be truncated to only include the first 8192 characters.
syllabus_body
The new syllabus content. NOTE: This field will be truncated to only include the first 8192 characters.
This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated