Skip to main content
POST
/
powerpath
/
lessonPlans
/
course
/
{courseId}
/
sync
Sync Lesson Plans for a Course
curl --request POST \
  --url https://api.alpha-1edtech.ai/powerpath/lessonPlans/course/{courseId}/sync \
  --header 'Authorization: Bearer <token>'
{
  "lessonPlansAffected": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

courseId
string
required

Course ID

Response

Course synced

lessonPlansAffected
string[]
required