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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.timeback.com/llms.txt
Use this file to discover all available pages before exploring further.
The access token received from the authorization server in the OAuth 2.0 flow.
Lesson plan ID