Create a course
Creates a new course. Provide a name, code, and optionally an external_id.
Responses
- application/json
- application/json
- application/json
- application/json
Request Example for post/apis/courses/courses
curl https://school.fullfabric.cloud/apis/courses/courses \
--request POST \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
{
"id": "69e0a83c9a52af33ee4f20e7",
"external_id": "ENTR-501",
"code": "ENTR501",
"name": "Entrepreneurship & Innovation",
"theme": null
}