API Reference
cURL
curl --request POST \ --url https://api-staging.crazygoldfish.com/lesson-plan/v1/additional-block/{lesson_plan_id} \ --header 'Content-Type: application/json' \ --data '{ "additional_blocks": { "reflection_feedback": "Reflection Feedback block content" }, "duration_minutes": 10 }'
200
example
{ "detail": [ { "id": "78f0974d-d2df-42f4-8c06-073ed43482f5", "message": "Lesson plan additional block processing started successfully." } ]}
UUID of the lesson plan to add the block to.
Additional block data and duration to be added to the lesson plan.
The body is of type object.
object
Lesson plan additional block processing started successfully.
The response is of type object.
Was this page helpful?