v2
OpenAPI 3.0.02026-07-2163203194.5 KBCourse Offering
Update Course Offering
Replaces the full course offering configuration with the provided payload.<br/><br/>All required fields (title, matchStrings) must be provided.
put/v1/installs/{installSid}/courseOfferings/{offeringSid}
Path parameters
installSidstring required
Unique SID of the application install. Pattern: AI + 32 hex chars.
Example:AI1234567890abcdef1234567890abcdef
Unique SID of the application install. Pattern: AI + 32 hex chars.
offeringSidstring required
Unique SID of the course offering to update. Pattern: CO + 32 hex chars.
Example:CO1234567890abcdef1234567890abcdef
Unique SID of the course offering to update. Pattern: CO + 32 hex chars.
Request body
Example request
{
"title": "Fall 2024",
"matchStrings": "Fall 2024,FA24",
"startDate": "1970-01-01T00:00:00.000Z",
"endDate": "1970-01-01T00:00:00.000Z"
}Response
Successful