curl --request POST \
--url https://api.alpha-1edtech.ai/powerpath/lessonPlans/{lessonPlanId}/operations/sync \
--header 'Authorization: Bearer <token>'{
"success": true,
"operationCount": 123,
"operationResults": [
{
"success": true,
"errors": [
{
"message": "<string>"
}
]
}
],
"message": "<string>"
}Purpose: Apply pending operations to update the lesson plan
When to use:
What it does:
curl --request POST \
--url https://api.alpha-1edtech.ai/powerpath/lessonPlans/{lessonPlanId}/operations/sync \
--header 'Authorization: Bearer <token>'{
"success": true,
"operationCount": 123,
"operationResults": [
{
"success": true,
"errors": [
{
"message": "<string>"
}
]
}
],
"message": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.
Lesson plan ID