update_page
Update a Canvas wiki page's title, body, publishing status, and editing roles using course ID and page URL.
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" |