---
title: "Update topic"
method: PATCH
path: "/tcu/topics/{topicId}"
tags: ["Trust Center Updates"]
---

# Update topic

`PATCH /tcu/topics/{topicId}`

Update a Trust Center topic

## Path parameters

- `topicId` string, required — The id of the topic to update

## Request body

- object

## Response `200`

Successful operation

- object
  - `ok` boolean
  - `result` TrustCenterTopicResponse
    - `id` string
    - `subject` string
    - `category` 'compliance' | 'vulnerabilities' | 'incidents' | 'subprocessors' | 'general'
    - `hidden` boolean
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `updates` object[]
      - `id` string, uuid
      - `message` string
      - `createdAt` string, date-time
      - `updatedAt` string, date-time
      - `topicId` string, uuid

## Other responses

- `400` — Invalid request
- `403` — Invalid api key / missing scope
- `404` — Not found or no access
- `405` — Method not allowed

---

[API](https://skmtc.net/safebase/apis/safebase-api-documentation.md) · [All operations](https://skmtc.net/safebase/apis/safebase-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/safebase/safebase-api-documentation/revisions/019289073242/schema)
