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

# Update Trust Center compliance framework

`PATCH /trust-centers/{slugId}/compliance-frameworks/{frameworkId}`

Updates a compliance framework on a Trust Center.

## Path parameters

- `slugId` string, required
- `frameworkId` string, required

## Request body

- UpdateComplianceFrameworkInput
  - `name` string — Display name of the framework.
  - `standard` 'aiact' | 'aiuc1' | 'aue8' | 'awsFTR' | 'bsic5' | 'ccpa' | 'cisv8' | 'cjis' | 'cmmc2' | 'cps234' | 'cri' | 'dora' | 'fedRAMPr5' | 'fedramp' | 'fedramp20x' | 'fedramp20x_2026' | 'gdpr' | 'hipaa' | 'hitruste1' | 'iso9001' | 'iso27001' | 'iso27001_2022' | 'iso27017' | 'iso27018' | 'iso27701' | 'iso27701_2025' | 'iso42001' | 'msftSSPA' | 'mvsp' | 'nis2d' | 'nist53' | 'nist171' | 'nist171r3' | 'nistAiRmf' | 'nistCSF' | 'nistcsf2' | 'ofdss' | 'pciDss4' | 'pciSaqA' | 'pciSaqAEP' | 'pciSaqDMerchant' | 'pciSaqDSP' | 'soc2' | 'soxITGC' | 't23nycrr500' | 'tisax' | 'iso22301' | 'trust' | 'ukCyberEssentials' | 'ukCyberEssentials33' | 'usDataPrivacy' | 'fedrampKSI' | 'null', nullable — Compliance standard to associate with this framework. Pass null to unset.
  - `description` string, nullable — Description of the framework. Pass null to unset.

## Response `200`

Ok

- TrustCenterComplianceFramework
  - `id` string, required — Unique identifier for the framework.
  - `name` string, required — Display name of the framework.
  - `standard` string, nullable, required — Compliance standard associated with this framework.
  - `description` string, nullable, required — Description of the framework.

---

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