Create unit

Creates a new unit within a course. Provide a name, code, and the parent course_id. Optionally set capacity, pricing, and scheduling.

Responses
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/apis/units/units
curl https://school.fullfabric.cloud/apis/units/units \
  --request POST \
  --header 'FF-Auth: YOUR_SECRET_TOKEN'
[
  {
    "additionalProperty": "anything"
  }
]