Equivalent on status on Course API

Jump to solution
yaach
Community Explorer

Migrating from SIS import to Course API. On SIS import there is the status column that sets the status of the course (active, inactive). What is the equivalent by creating a course with Course API? I can't find it on the docs.

Labels (3)
1 Solution
MattHanes
Community Champion

Oh sorry, I didn't realize you wanted it published. That's not what "active" does in the SIS import. You want to send a parameter called "offer" which is boolean. True is published and False is unpublished. The "offer" parameter is described on this page: Courses - Canvas LMS REST API Documentation  

View solution in original post