Update a course
Replaces all fields on a course. All writable fields must be included — omitted fields will be cleared.
Path Parameters
- Type: stringcourse
_id requiredUnique identifier of the course.
Responses
- application/json
- application/json
- application/json
- application/json
Request Example for put/apis/courses/courses/{course_id}
curl https://school.fullfabric.cloud/apis/courses/courses/507f1f77bcf86cd799439011 \
--request PUT \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
{
"id": "6385baad976a7719120008ca",
"external_id": "CF-101-V2",
"code": "CF101",
"name": "Corporate Finance & Valuation",
"theme": null
}