Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Latest commit

 

History

History
47 lines (32 loc) · 666 Bytes

update-roadmap-data.md

File metadata and controls

47 lines (32 loc) · 666 Bytes

POST /api/roadmaps/:roadmapId/data

Description

This endpoint is used to update the data of a roadmap.

Request

Parameters

  • roadmapId: Id of the roadmap to update. (required - included in path)

Body

{
  "data": "JSON"
}

Headers

None

Response

{
  "success": true,
  "message": "Roadmap updated"
}

Response Codes

Code Description
200 Success
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found.
500 Internal Server Error.

Cookies

None