Post all data related to a roadmap.
roadmapId: Id of the roadmap to post data to (in path).
{
"name": "string",
"description": "string",
"data": "JSON",
"topic": "string: programming, math, physics, biology",
"miscData": "JSON",
"__COMMENT__": "The following fields are optional. If they are not included, they will not be updated.",
"isDraft": "boolean"
}- cookie: token=... (required)
Show an example of the response.
Example:
{
"success": true,
"message": "Roadmap updated"
}| Code | Description |
|---|---|
| 200 | Success |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| 404 | Not Found. |
| 500 | Internal Server Error. |
None