Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 891 Bytes

Enrollment.md

File metadata and controls

13 lines (9 loc) · 891 Bytes

Enrollment

Properties

Name Type Description Notes
type string Specifies the enrollment options for the course. Defaults to InstructorLed. [optional]
start \DateTime The date on which enrollments are allowed for the course. May only be set if enrollment.type is SelfEnrollment. [optional]
end \DateTime The date on which enrollment in this course ends. May only be set if enrollment.type is SelfEnrollment. [optional]
access_code string The enrollment access code associated with this course. May only be set if enrollment.type is SelfEnrollment. [optional]

[Back to Model list] [Back to API list] [Back to README]