---
title: "Create update"
method: POST
path: "/tcu/topics/{topicId}/updates"
tags: ["Trust Center Updates"]
---

# Create update

`POST /tcu/topics/{topicId}/updates`

Create a Trust Center Update

## Path parameters

- `topicId` string, required — The parent topic id

## Request body

- object
  - `message` string, required
  - `channels` object — The channel(s) to publish the update to. At least one channel must be specified. Currently available channels: statusPage, email.subscribers, email.audience
    - `statusPage` boolean — Publish the update on the Trust Center Updates Card. This is considered a channel.
    - `statusPageAudience` string — If statusPage is true, this is the audience to publish the update to. Choose 'public' for all users or 'private' for account members only.
    - `email` object
      - `subscribers` boolean — Whether to send the update to the subscribers channel. This is considered a channel.
      - `audience` object — A list of emails the update should be sent to. This is considered a channel.
        - `emails` string[]

## Response `201`

Successful operation

- object
  - `ok` boolean
  - `result` TrustCenterUpdateResponse
    - `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)
