edit_page_content
Edit a Canvas page's HTML content, optionally change its title, by providing the course identifier and page URL or ID.
Instructions
Edit the content of a specific page.
Args:
course_identifier: Course code or Canvas ID
page_url_or_id: Page URL slug or page ID
new_content: New HTML content for the page
title: Optional new title for the page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_identifier | Yes | ||
| page_url_or_id | Yes | ||
| new_content | Yes | ||
| title | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |