This document is generated by Aladia.
curl --location --request PATCH 'https://api.aladia.io/v2/courses//subjects/' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Subject 2",
"description": "Subject 2 description",
"teachers": [
"673eb08f27bc4c66bdb0175e"
]
}'
{
"id": "673c8db1509c9de428fc77af",
"title": "Subject 2",
"color": "#C70039",
"lectures": [],
"teachers": [
"673c13275b422429d48fb55a",
"673c13665b422429d48fb5a9"
],
"courseId": "673c8cf5509c9de428fc76f3",
"createdAt": "2024-11-19T13:08:01.488Z",
"updatedAt": "2024-11-19T13:24:56.383Z",
"description": "Subject 2 description"
}