v1
latestOpenAPI 3.1.02026-07-24331755.4 KBTrust Center Updates
Create topic
Create a top-level Trust Center Update topic
post/tcu/topics/
Request body
Example request
{
"subject": "New topic",
"category": "compliance"
}Response
Successful operation
Example response
{
"ok": true,
"result": {
"id": "d9692768-cdbd-4fa9-988b-b33f37286f1b",
"subject": "New topic",
"category": "compliance",
"createdAt": "2020-01-01T00:00:00.000Z",
"updatedAt": "2020-01-01T00:00:00.000Z",
"updates": [
{
"message": "Trust center updated",
"createdAt": "2020-01-01T00:00:00.000Z",
"updatedAt": "2020-01-01T00:00:00.000Z"
}
]
}
}