Skip to main content
PUT
Update Lesson Plan

Authorizations

Authorization
string
header
required

Org API key as Token token=ei_live_...

Path Parameters

plan_id
string
required

Body

application/json

PUT /v1/lesson-plans/{id} → lesson_plans. All fields optional (partial update); the row's created_by must be a member of the key's org.

scope
string | null
classroom_id
string | null
group_id
string | null
student_id
string | null
session_id
string | null
math_level_id
string | null
curriculum_level_ids
string[] | null
title
string | null
status
string | null
plan_data
PlanData · object | null

Free-form lesson-plan body (learning_objectives, lesson_hook, activities, worked_examples, exit_ticket, notes, …). Arbitrary keys are preserved. Shared by the read + write lesson-plan models so the OpenAPI has a single PlanData component — SDK generators choke on duplicate inline object schemas.

scheduled_for
string | null

Response

Successful Response

id
string
required
created_by
string | null
scope
string | null
classroom_id
string | null
group_id
string | null
student_id
string | null
session_id
string | null
math_level_id
string | null
curriculum_level_ids
string[]
title
string | null
status
string | null
plan_data
PlanData · object

Free-form lesson-plan body (learning_objectives, lesson_hook, activities, worked_examples, exit_ticket, notes, …). Arbitrary keys are preserved. Shared by the read + write lesson-plan models so the OpenAPI has a single PlanData component — SDK generators choke on duplicate inline object schemas.

scheduled_for
string | null
created_at
string | null
updated_at
string | null