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