This document is generated by Aladia.
cycleId
and a new start date. This endpoint is used for cycles other than the source cycle.curl --location --request PATCH 'https://api.aladia.io/v2/courses//cycles' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"cycleId": "fcebd9df279addebafd78e2a",
"startDate": "2015-10-07T10:29:13.010Z"
},
{
"cycleId": "d51275cbba4ba50a19811cfa",
"startDate": "2034-09-08T09:59:11.522Z"
}
]'
{
"updated": true
}