---
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.

---

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