This document is generated by Aladia.
curl --location --request POST 'https://api.aladia.io/v2/courses//subjects' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Subject 1",
"description": "Subject 1 description",
"color": "#ccc",
"teachers": [
"673c13275b422429d48fb55a",
"673c13665b422429d48fb5a9"
],
"autoGenerated": true
}'
{
"id": "673c8db1509c9de428fc77af",
"title": "2024-11-19T13:08:01.343Z",
"color": "#C70039",
"lectures": [],
"teachers": [
"673c13275b422429d48fb55a",
"673c13665b422429d48fb5a9"
],
"courseId": "673c8cf5509c9de428fc76f3",
"createdAt": "Tue Nov 19 2024 16:08:01 GMT+0300 (Arabian Standard Time)",
"updatedAt": "Tue Nov 19 2024 16:08:01 GMT+0300 (Arabian Standard Time)",
"description": "Subject 1 description"
}