Create programme

Creates a new programme. Provide programme.name and optionally programme.external_id and programme.theme_id.

Responses
  • application/json
  • application/json
  • application/json
  • application/json
Request Example for post/apis/institutions/programmes
curl https://ff-business-school.fullfabric.cloud/apis/institutions/programmes \
  --request POST \
  --header 'FF-Auth: YOUR_SECRET_TOKEN'
{
  "id": "69e0a8209a52af33ee4f1d53",
  "external_id": "MSC-FIN-001",
  "name": "MSc Finance",
  "created_at": 1776330784,
  "updated_at": 1776330784,
  "theme": null,
  "classes": []
}