v1
latestOpenAPI 3.1.02026-07-24331755.4 KBTrust Center Updates
Create update
Create a Trust Center Update
post/tcu/topics/{topicId}/updates
Path parameters
topicIdstring required
The parent topic id
Request body
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
Example response
{
"ok": true,
"result": {
"message": "Trust center updated",
"createdAt": "2020-01-01T00:00:00.000Z",
"updatedAt": "2020-01-01T00:00:00.000Z"
}
}