update_page
Update an existing Canvas wiki page by setting its title, HTML body, publishing status, and editing roles. Requires course ID and page URL slug.
Instructions
Update an existing wiki page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_id | Yes | The Canvas course ID | |
| page_url | Yes | The page URL slug | |
| title | No | New title for the page | |
| body | No | New HTML body content | |
| published | No | Whether the page is published | |
| editing_roles | No | Who can edit: "teachers", "students", "members", or "public" |