University

Sync course progress and return completed parts

post/api/university/v1/progress/sync

Request body

course'fundamentals' | 'book' required
partinteger required
subpartinteger nullable required

Example request

{
  "course": "fundamentals",
  "part": 1,
  "subpart": 2
}

Response

Completed course parts

successboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.