Update the progress of user on a roadmap.
roadmapId: id of the roadmap to update progress of. (required - included in path)
{
"data": "Base64 encoded JSON string"
}- cookie: token=... (required)
{
"success": true,
"message": "Roadmap progress updated"
}| Code | Description |
|---|---|
| 200 | Success |
| 400 | Bad Request |
| 401 | Unauthorized |
| 404 | Not Found. |
| 500 | Internal Server Error. |
None