v1

latestOpenAPI 3.1.02026-07-24331755.4 KB
Trust Center Updates

Create update

Create a Trust Center Update

post/tcu/topics/{topicId}/updates

Path parameters

topicIdstring required

The parent topic id

Request body

messagestring required

Example request

{
  "message": "We are investigating any potential effects of the MegaCorp breach on our systems.",
  "channels": {
    "statusPageAudience": "public",
    "email": {
      "subscribers": true
    }
  }
}

Response

Successful operation

okboolean

Example response

{
  "ok": true,
  "result": {
    "message": "Trust center updated",
    "createdAt": "2020-01-01T00:00:00.000Z",
    "updatedAt": "2020-01-01T00:00:00.000Z"
  }
}