This document is generated by Aladia.
curl --location --request POST 'https://api.aladia.io/v2/courses' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"spaceId": "2541860fe27847fa57ffb16f",
"title": "Svelte",
"description": "Svelte course description",
"type": "on-demand",
"color": "#ccc"
}'
{
"id": "6655e194ab227ee398cbc122",
"owner": {
"id": "66542ff93a712c2dfba90931",
"type": "profile"
},
"title": "Svelte",
"description": "Svelte course description",
"categories": [],
"subCategories": [],
"spaceId": "2541860fe27847fa57ffb16f",
"chapters": [],
"certificate": {
"name": "Certificate of Completion",
"logo": "5e2a35c7c28eca254c68552b",
"brandColor": "#0000ff",
"accentColor": "#ff0000",
"signatureName": "John Doe",
"signatoryRole": "CEO",
"signatureFont": "Helvetica"
},
"requirements": [],
"objectives": [],
"skills": [],
"numberOf": {},
"type": "onDemand",
"status": "draft",
"dates": {},
"review": {
"totalReviews": 0,
"globalRating": 0,
"ratings": [
{
"star": 1,
"count": 0,
"percentage": 0
},
{
"star": 2,
"count": 0,
"percentage": 0
},
{
"star": 3,
"count": 0,
"percentage": 0
},
{
"star": 4,
"count": 0,
"percentage": 0
},
{
"star": 5,
"count": 0,
"percentage": 0
}
]
},
"completion": 0,
"createdBy": "66542ff93a712c2dfba90931",
"updatedBy": "66542ff93a712c2dfba90931",
"createdAt": "2024-05-28T13:52:20.335Z",
"updatedAt": "2024-05-28T13:52:20.335Z"
}