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) · 731 Bytes

update-roadmap-misc-data.md

File metadata and controls

47 lines (32 loc) · 731 Bytes

POST /api/roadmaps/:roadmapId/misc-data

Description

This endpoint is used to update the draft status of a roadmap.

Request

Parameters

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

Body

{
  "miscData": "Base64 encoded JSON string"
}

Headers

  • cookie: token=... (required)

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