create_page
Create a wiki page in a Canvas course by supplying course ID, title, and HTML body, with an option to publish it.
Instructions
Create a wiki page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Page body content (HTML) | |
| title | Yes | Page title | |
| course_id | Yes | Course ID | |
| published | No | Whether the page should be published |