Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.25 KB

File metadata and controls

15 lines (12 loc) · 1.25 KB

CreateDispatchSchema

Properties

Name Type Description Notes
destination_id str Destination Id
course_id str Serialized external package ID.
allow_new_registrations bool If true, then new registrations can be created for this dispatch. [optional] [default to True]
instanced bool If true, then a new registration instance will be created if the client LMS doesn't provide launch data for an existing one. Otherwise, the same instance will always be used for the given cmi.learner_id. [optional] [default to True]
registration_cap int The maximum number of registrations that can be created for this dispatch, where '0' means 'unlimited registrations'. [optional] [default to 0]
expiration_date datetime The date after which this dispatch will be disabled as an ISO 8601 string, or not present for no expiration date. [optional]
enabled bool If true, then this dispatch can be launched. [optional] [default to True]

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