Update Page
update_pageModify an existing Canvas course wiki page by changing its HTML content, title, publication status, or editing permissions using the course ID and page URL.
Instructions
Update an existing wiki page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | New HTML body content | |
| title | No | New title for the page | |
| page_url | Yes | The page URL slug | |
| course_id | Yes | The Canvas course ID | |
| published | No | Whether the page is published | |
| editing_roles | No | Who can edit: "teachers", "students", "members", or "public" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| body | No | ||
| title | Yes | ||
| page_id | Yes | ||
| published | No | ||
| created_at | No | ||
| updated_at | No | ||
| editing_roles | No |