create_page
Create a wiki page in a Canvas course by providing course ID and title, plus optional HTML body, publish status, and editing roles.
Instructions
Create a new wiki page in a course.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| title | Yes | Title of the page | |
| body | No | HTML body content of the page | |
| published | No | Whether the page is published | |
| editing_roles | No | Who can edit: "teachers", "students", "members", or "public" |