update_page_settings
Update publication status, front page assignment, editing roles, and notification preferences for an existing Canvas page without altering its content.
Instructions
Update settings for an existing page (without changing content).
Args:
course_identifier: Course code or Canvas ID
page_url_or_id: Page URL slug or page ID
published: True to publish, False to unpublish
front_page: True to make this the course front page
editing_roles: One of: teachers, students, members, public
notify_of_update: True to notify users of the update
IMPORTANT: The front page cannot be unpublished. First set another page as front page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course_identifier | Yes | ||
| page_url_or_id | Yes | ||
| published | No | ||
| front_page | No | ||
| editing_roles | No | ||
| notify_of_update | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |