Hi @myerdon01 ,
You can use an API to batch publish courses. I am including the steps below on how to use an API to batch publish Canvas courses.
1. Install Advanced REST Client from the Google Chrome Web store.
Installation video: www.youtube.com/watch?v=e8KEg5VwVD0
2. Generate an access token from your canvas account.
http://guides.instructure.com/m/4214/l/40399-how-do-i-obtain-an-api-access-token
3. Make a list of course ids that needs to be published in the below format:
course_ids[]=12367&course_ids[]=12345&course_ids[]=12367&course_ids[]=12345
Note: Make sure not to have any spaces.
4. Launch the Advanced Rest Client and enter your information.
Thanks,
Jennifer
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.