v1

latestOpenAPI 3.1.02026-07-24331755.4 KB
Trust Center Updates

Create topic

Create a top-level Trust Center Update topic

post/tcu/topics/

Request body

subjectstring required
category'compliance' | 'vulnerabilities' | 'incidents' | 'subprocessors' | 'general' required
hiddenboolean

Example request

{
  "subject": "New topic",
  "category": "compliance"
}

Response

Successful operation

okboolean

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"
      }
    ]
  }
}