Aller au contenu principal

Update User Lesson status

Update status of a lesson for a specific user. The full url can be obtained as a callback url under certain circumstances, including CALLBACK_TOKEN.

Path Parameters
CALLBACK_TOKEN string REQUIRED
Request Body REQUIRED
status string REQUIRED

Possible values: [not-started, in-progress, succeeded, failed]

progress double REQUIRED

progress should be an integer number in the range [0;100]

Responses
200

OK - Successfull callback operation

Schema OPTIONAL
progress double
status string

Possible values: [not-started, in-progress, succeeded, failed]

LessonID string
UserID string
403

Access denied

Schema OPTIONAL
statusCode double
kind string
message string
404

Not found

Schema OPTIONAL
statusCode double
kind string
message string