---
title: "Enable/disable a custom framework on the trust portal and set its status"
method: PUT
path: "/v1/trust-portal/custom-frameworks"
tags: ["Trust Portal"]
---

# Enable/disable a custom framework on the trust portal and set its status

`PUT /v1/trust-portal/custom-frameworks`

Enable/disable a custom framework on the trust portal and set its status in Comp AI. Configure the live Trust Center, custom domain, public overview, FAQs, compliance resources, documents, links, and vendor disclosures.

## Request body

- union
  - object
    - `customFrameworkId` string, required
    - `enabled` boolean, required
    - `status` 'started' | 'in_progress' | 'compliant'
  - object
    - `customFrameworkId` string, required
    - `enabled` boolean
    - `status` 'started' | 'in_progress' | 'compliant', required

## Response `200`

---

[API](https://skmtc.net/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.net/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/726b9523fb22/schema)
