Bulk Upload Canvas Courses with an extra home page

Jump to solution
oneilllj
Community Member

Hi there

We currently use BluePrints at our college. We are looking to update our template slightly for the new term in 2025, by adding a whole new home page to every course.

Is there a quick way to do a bulk upload to add this new page to all of our 2025 BluePrints, prior to importing the relevant content from 2024 into these blueprints?

Thanks in advance.

Labels (3)
0 Likes
1 Solution
BrianLester
Community Contributor

The following API call will let you create a page (I'm giving the url form the Canvas Live API) with the option of setting it as front page:

https://canvas.instructure.com/doc/api/live#!/pages.json/update_create_page_courses_put_11

I think this could be done after importing content... so the previous front page setting is over written

View solution in original post