Reports

Add cover to report

post/api/v1/reports/add_cover_to_report

Request body

tokenstring required

Example request

{
  "token": "YOUR TOKEN IS HERE",
  "item": {
    "data": "<h1>Cover Page Heading</h1>"
  }
}

Response

cover page created

Changes

No recorded changes to this endpoint across all 1 revision of this API.