Create class
Creates a new class within a programme. Refer to the class schema endpoint for available fields.
Path Parameters
- Type: stringprogramme
_id requiredUnique identifier of the programme.
Responses
- application/json
- application/json
- application/json
- application/json
Request Example for post/apis/institutions/programmes/{programme_id}/classes
curl https://school.fullfabric.cloud/apis/institutions/programmes/507f1f77bcf86cd799439011/classes \
--request POST \
--header 'FF-Auth: YOUR_SECRET_TOKEN'
[
{
"additionalProperty": "anything"
}
]