v1
latestOpenAPI 3.1.02026-07-242892032.8 MBCourses
Upload Courses
The single course creation endpoint provides functionality for creating individual courses, one-at-a-time. You may create a single course by making a POST request with a valid course object to the /curricular-skills/courses endpoint. The course object must contain, at the minimum, a site, title, and a boolean value for isPublished. id will be ignored, if provided, as it is automatically generated and cannot be changed.
post/curricular-skills/courses
Query parameters
expandstring
A comma separated list of fields to expand in the response object with additional information.
Request body
Response
OK