A new Courses::LessonCompletion endpoint has been added to allow you to mark a lesson as completed.

To mark a lesson as completed by an enrollment, create a Courses::LessonCompletion record by sending lesson_id and enrollment_id to the endpoint.

To undo this, the Courses::LessonCompletion record must be deleted.

/courses and /courses/:id endpoints now include the new image_url field, a URL to the course's main image.

Check it out here!

A wrongly passed filter, for example https://myclickfunnels.com/api/v2/contacts?filter=[contact] would return an unexpected return, whereas now it will respond with a more appropriate 400 bad request response.

/courses/:course_id/sections and /courses/sections/:id endpoints now include the new parent_id field, which points to the parent section ID or null for the root section.

Check it out here!