This endpoint is used to give a like to a roadmap.
roadmapId: Id of the roadmap to like. (required - included in path)
None
- cookie: token=... (required)
{
"success": true,
"message": "Roadmap rated"
}| Code | Description |
|---|---|
| 200 | Success |
| 400 | Bad Request |
| 401 | Unauthorized |
| 404 | Not Found. |
| 500 | Internal Server Error. |
None