Courses

Create a course. Roles: admin.

post/api/courses

Request body

titlestring required
subTitlestring
membershipIdinteger
detailstring
isPublishedboolean
thumbnailImageUuidstring uuid
keywordsstring
propertiesobject
assetIdsinteger[]
tagIdsinteger[]
certificatesEnabledboolean
certificateUuidstring uuid
allowSelfEnrollboolean required
allowSelfEnrollResetboolean required
allowAdminEnrollboolean required
enrollmentNotificationsEnabledboolean required
completionNotificationsEnabledboolean required
courseEmailCompletionBodystring
externalReferenceIdstring
creditsnumber
creditsRepeatableboolean required
termIntervalCode'DAY' | 'WEEK' | 'MONTH' | 'YEAR'
termIntervalCountinteger
earlyRenewalDaysinteger

Response

OK

successboolean
errorstring

Changes

No recorded changes to this endpoint across all 1 revision of this API.