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