curl --request POST \
--url https://api.alpha-1edtech.ai/powerpath/lessonPlans/course/{courseId}/sync \
--header 'Authorization: Bearer <token>'{
"lessonPlansAffected": [
"<string>"
]
}Purpose: Bulk synchronization of all lesson plans for a course.
When to use:
What it does:
Finds all lesson plans associated with the course
Recreates each lesson plan from the base course structure
Applies all historical operations to maintain personalizations
Return a list of affected lesson plan ID’s
curl --request POST \
--url https://api.alpha-1edtech.ai/powerpath/lessonPlans/course/{courseId}/sync \
--header 'Authorization: Bearer <token>'{
"lessonPlansAffected": [
"<string>"
]
}