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

Latest commit

 

History

History
20 lines (16 loc) · 1.73 KB

Input3.md

File metadata and controls

20 lines (16 loc) · 1.73 KB

Input3

Properties

Name Type Description Notes
external_id string An optional externally-defined unique ID for the course. Defaults to the courseId. Formerly known as 'batchUid'. [optional]
data_source_id string The ID of the data source associated with this course. This may optionally be the data source's externalId using the syntax "externalId:math101". [optional]
name string The name of the course. [optional]
description string The description of the course. [optional]
ultra_status string Whether the course is rendered using Classic or Ultra Course View. [optional]
allow_guests bool Whether guests (users with the role guest) are allowed access to the course. Defaults to true. [optional]
read_only bool Whether the course is closed to any further changes. This status does not affect availability of the course for viewing in any way, just updates. readOnly is only valid in an Ultra course; Classic courses can not be closed. [optional]
term_id string The ID of the term associated to this course. This may optionally be the term's externalId using the syntax "externalId:spring.2016". [optional]
availability \BlackboardRest\Model\Availability1 [optional]
enrollment \BlackboardRest\Model\Enrollment [optional]
locale \BlackboardRest\Model\Locale [optional]

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