update_page | R Documentation |
Updates an existing page in a specific course using the Canvas LMS API.
update_page(canvas, course_id, page_id, page_params)
canvas |
A list containing the 'api_key' and 'base_url' for authentication. |
course_id |
The ID of the course in which to create the page. |
page_id |
The ID of the page. |
page_params |
A named list of page parameters to update. This list can include:
|
A confirmation message that the page has been updated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.