This document is generated by Aladia.
courseId
: Course IdchapterId
: Chapter Idposition
: The new chapter position (index) inside the coursereordered
property to confirm the reorderingcurl --location --request POST 'https://api.aladia.io/v2/courses//chapters//position' \
--header 'apikey: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"position": 0
}'
{
"reordered": true
}