PatchCourseData

class PatchCourseData[source]

Input data required for the Course::Patch operation.

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

The new name of the course

state: Just[CourseState] | _Nothing[CourseState] = Nothing

The new state of the course, currently you cannot set the state of a course to ‘deleted’

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

The new tier of the course