post https://example.com/v1/courses
Creates a course within your Learn site.
The necessary fields required for a course to be created are the following:
- Id
- Code
- DefaultCulture (e.g. en-GB)
- LocalisedDetails (An array of culture specific information, such as Title/Description of the course, as these change throughout cultures)
- CategoryId (These can be retrieved from usage of this endpoint)
- ImageFilename (These can also be retrieved from use of this endpoint)
- EnrolmentMethod (The list of allowed examples for this property can be seen in the Body Params section below)
- IsEnabled
For other optional fields and further information on the above, please check out the body parameters listed further below.