---
title: "Update Trust Center"
method: PATCH
path: "/trust-centers/{slugId}"
tags: ["Trust Centers"]
---

# Update Trust Center

`PATCH /trust-centers/{slugId}`

Updates a Trust Center by slug ID.

## Path parameters

- `slugId` string, required

## Request body

- UpdateTrustCenterInput
  - `title` string, nullable — Custom title for the Trust Center. If null is passed in, the current custom title is unset and the default title is restored.
  - `companyDescription` string, nullable — Company description displayed in the Trust Center header. If null is passed in, the current company description is unset.
  - `bannerSetting` object — The banner configuration of the Trust Center.
    - `endColor` string — End color of the banner. Only applies if setting is GRADIENT.
    - `startColor` string — Start color of the banner. Only applies if setting is GRADIENT.
    - `setting` union, required
      - 'GRADIENT'
      - 'MINIMAL'
  - `customTheme` object — The custom theme configuration for the Trust Center.
    - `secondary` string, nullable — Secondary color for the theme. If null is passed in, resets to default.
    - `primary` string, nullable — Primary color for the theme. If null is passed in, resets to default.
  - `privacyPolicy` string, nullable — Privacy policy URL to set on the Trust Center. If null is passed in, unsets the current privacy policy.
  - `awsMarketplaceListing` string, nullable — AWS Marketplace listing URL to set on the Trust Center. If null is passed in, unsets the current AWS Marketplace listing.
  - `isPublic` boolean — Whether the Trust Center is public or not.
  - `contactEmail` string, nullable — Contact email displayed on the Trust Center. If null is passed in, unsets the current contact email.
  - `customHeading` string, nullable — Custom heading displayed on the Trust Center. If null is passed in, unsets the current custom heading.

## Response `200`

Ok

- TrustCenter
  - `id` string, required — Unique identifier for the Trust Center.
  - `title` string, nullable, required — Custom title set for the Trust Center.
  - `companyDescription` string, nullable, required — Company description displayed in the Trust Center header.
  - `privacyPolicy` string, nullable, required — URL of the Trust Center company's privacy policy.
  - `awsMarketplaceListing` string, nullable, required — URL of the Trust Center company's AWS Marketplace listing.
  - `customDomain` string, nullable, required — Custom domain that the Trust Center can be found at, e.g. trust.vanta.com.
  - `isPublic` boolean, required — Whether the Trust Center is public.
  - `bannerSetting` object, required — Information about the Trust Center's banner.
    - `endColor` string, nullable, required — End color of the banner. Only applies if setting is GRADIENT.
    - `startColor` string, nullable, required — Start color of the banner. Only applies if setting is GRADIENT.
    - `setting` 'CUSTOM_IMAGE' | 'GRADIENT' | 'MINIMAL' | 'VANTA', required — Possible banner settings for the Trust Center. - CUSTOM_IMAGE: Banner is a custom uploaded image. - GRADIENT: Banner is a gradient between two colors. - MINIMAL: No banner. - VANTA: Legacy Vanta-themed banner. No longer selectable as a banner style.
  - `customTheme` object, required — Custom theme colors chosen for the Trust Center.
    - `secondary` string, nullable, required — Secondary color selected for the theme.
    - `primary` string, nullable, required — Primary color selected for the theme.
  - `contactEmail` string, nullable, required — Contact email displayed on the Trust Center.
  - `customHeading` string, nullable, required — Custom heading displayed on the Trust Center.
  - `creationDate` string, date-time, required — Date the Trust Center was created.
  - `updatedDate` string, date-time, required — Date the Trust Center was last updated.

---

[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)
