---
title: "Create Trust Center update"
method: POST
path: "/trust-centers/{slugId}/updates"
tags: ["Trust Centers"]
---

# Create Trust Center update

`POST /trust-centers/{slugId}/updates`

Adds an update to a Trust Center.

## Path parameters

- `slugId` string, required

## Request body

- AddTrustCenterUpdateInput
  - `title` string, required — Title of the update.
  - `description` string, required — Description of the update.
  - `category` 'GENERAL' | 'COMPLIANCE' | 'SECURITY' | 'PRIVACY' | 'INCIDENT' | 'ROADMAP', required — The possible categories for a Trust Center update.
  - `visibilityType` 'PUBLIC' | 'PRIVATE' — Visibility of a Trust Center update.
  - `notifiedEmails` string[] — Additional one-off email addresses to notify. These are always sent regardless of `notificationTarget`.
  - `notificationTarget` 'ALL' | 'GROUPS' | 'NONE' — Target recipients for notifications
  - `subscriberGroupIds` string[] — IDs of subscriber groups to notify. Required when `notificationTarget` is `GROUPS`.

## Response `201`

Trust Center update created

- TrustCenterUpdateAPIResponse
  - `id` string, required — Unique identifier for the update.
  - `title` string, required — Title of the update.
  - `description` string, required — Description of the update.
  - `category` 'GENERAL' | 'COMPLIANCE' | 'SECURITY' | 'PRIVACY' | 'INCIDENT' | 'ROADMAP', required — The possible categories for a Trust Center update.
  - `creationDate` string, date-time, required — Date the update was created.
  - `updatedDate` string, date-time, required — Date the viewer was last updated.
  - `visibilityType` 'PUBLIC' | 'PRIVATE', required — Visibility of a Trust Center update.
  - `notifiedEmails` string[] — Emails to notify about the update.

---

[API](https://skmtc.net/vanta/apis/build-integrations.md) · [All operations](https://skmtc.net/vanta/apis/build-integrations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vanta/build-integrations/versions/6c1f7590538b/schema)
