Update a Course

Behavior

Updates the specified course by setting the values of the parameters passed. Any parameters not provided will be left unchanged.

Returns

Returns the updated course if the update succeeded. This call will raise an error if update parameters are invalid.
















Path Params
int32
required

ID of the object you want to update.

Body Params
string

The course's name. No two courses can contain the same name and period.

string

The course's period. No two courses can contain the same name and period

boolean

If True, submissions released by graders will be sent to the back of the grading queue. This ensures that released submissions will be re-claimed only after all other Submissions have been claimed.

boolean

If True, students will be able to view the Mean and Median of this Course's published Assignments.

string

Must be a valid pytz timezone.

boolean

If True, users of any role added to this Course's roster will be sent a notification email. If you update this field to True, emails won't be sent retroactively to any users.

boolean

If True, newly created assignments will automatically be set to Anonymous Grading Mode. Updating this setting won't affect existing Assignments

Response

Language
Credentials
Query
Request
Response
Choose an example:
application/json