v1
latestOpenAPI 3.1.02026-07-24331755.4 KBTrust Center Updates
Update topic
Update a Trust Center topic
patch/tcu/topics/{topicId}
Path parameters
topicIdstring required
The id of the topic to update
Request body
object required
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"
}
]
}
}