CreateCourseData

class CreateCourseData[source]

Input data required for the Course::Create operation.

name: str

The name of the new course

tenant_id: Just[str] | _Nothing[str] = Nothing

The id of the tenant for which this course is. If not provided this will default to your own tenant.

tier: Just[CourseTier] | _Nothing[CourseTier] = Nothing

The tier of the new course. If not provided this will default to the tenant’s default course tier. Requires the can_manage_site_settings permission.