added
Added Courses::LessonCompletion endpoint
3 days ago by Sergei Andronov
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.