This document is generated by Aladia.
curl --location --request PATCH 'https://api.aladia.io/v2/courses//chapters/' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Chapter 5",
"description": "chapter 5 description",
"dates": {
"startDate": "2012-01-06T09:10:27.670Z",
"endDate": "2066-05-08T05:11:13.318Z"
},
"lecturesDuration": 55
}'
{
"id": "3c43226ab86fe8932d4d2b44",
"courseId": "fd7eef13f2a00d02ddd9a01c",
"name": "Chapter 5",
"description": "Chapter 5 description",
"dates": {
"startDate": "2085-02-06T20:23:02.790Z",
"endDate": "2088-07-05T06:31:05.851Z"
},
"lectures": [
"c7feebc8fd53a1cdba8accf4"
],
"completion": {
"chapterId": "6662c783d003f900eb646083",
"completions": [],
"average": 0
},
"lecturesDuration": 56676,
"createdAt": "2038-01-20T22:14:45.247Z",
"updatedAt": "2010-08-01T22:30:09.261Z"
}