v1
latestOpenAPI 3.0.32026-07-173038118.9 KBProduct Content
Update a product lesson
Updates editable lesson fields. Lesson type and section cannot be changed after creation. Use the same content/media shapes documented on create. SCORM lesson updates are rejected with not_supported.
patch/api/products/{productId}/lessons/{lessonId}
Path parameters
productIdstring required
lessonIdstring required
Request body
Example request
{
"content": {
"type": "doc"
}
}Response
Success.
Example response
{
"content": {
"type": "doc"
}
}