---
title: "Trust or untrust a framework"
method: PUT
path: "/v1/trust-frameworks/{slug}/trust"
tags: ["Trust Registry"]
---

# Trust or untrust a framework

`PUT /v1/trust-frameworks/{slug}/trust`

Trust or untrust an entire framework for the tenant in one call. Every issuer that belongs to a trusted framework passes the verification trust gate without being registered individually. Pass an optional `relying_party` to scope the setting to one relying party.

## Path parameters

- `slug` string, required

## Request body

- object
  - `enabled` boolean, required — You set whether the framework is trusted.
  - `relying_party` string, uuid — You optionally scope the setting to a relying party by UUID.

## Response `200`

The framework trust setting was applied.

- object
  - `slug` string — You receive the framework slug.
  - `enabled` boolean — You receive the stored trust value.
  - `effective` boolean — You receive the effective trust decision after applying overrides.

## Changes

- **2026-07-05** `e4eddba66557` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/didit-protocol/apis/didit-credentials-api/changes/v1/trust-frameworks/:slug/trust/put.md)

---

[API](https://skmtc.dev/didit-protocol/apis/didit-credentials-api.md) · [All operations](https://skmtc.dev/didit-protocol/apis/didit-credentials-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/didit-protocol/didit-credentials-api/revisions/e4eddba66557/schema)
