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 |
---|
score double |
status string — REQUIREDPossible values: [ |
progress double — REQUIREDprogress should be an integer number in the range [0;100] |
Responses | |||||||
---|---|---|---|---|---|---|---|
200 OK - Successfull callback operation
| |||||||
403 Access denied
| |||||||
404 Not found
|