---
title: "Enable or disable a trusted issuer (disabled fails the trust gate but keeps the entry)."
method: PATCH
path: "/v1/trusted-issuers/{uuid}"
tags: ["Trust Registry"]
---

# Enable or disable a trusted issuer (disabled fails the trust gate but keeps the entry).

`PATCH /v1/trusted-issuers/{uuid}`

Enable or disable a trusted issuer. A disabled issuer stays in the registry but fails the trust gate during credential verification.

## Path parameters

- `uuid` string, uuid, required

## Request body

- object
  - `status` string, required — You set the updated trust-gate status for this issuer.

## Response `200`

The trusted issuer status was updated.

- object
  - `id` string, uuid — You receive the UUID for the trusted issuer registry entry.
  - `name` string — You receive the trusted issuer display name.
  - `iss` string, uri — You receive the issuer identifier that credentials must match.
  - `trust_anchor` string — You receive the signing-key anchor type. `https-jwks` resolves through a JSON Web Key Set (JWKS) endpoint when one is configured.
  - `jwks_uri` string — You receive the JSON Web Key Set (JWKS) endpoint. The captured value is an empty string when the registry entry does not store one.
  - `did` string — You receive the decentralized identifier for the issuer. The captured value is an empty string when the registry entry does not store one.
  - `status` string — You receive the updated trust-gate status for this issuer.
  - `added_by` string — You receive the principal that registered this trusted issuer.
  - `framework` string, nullable — You receive the associated framework slug, or null when the issuer is not tied to one.
  - `created_at` string, date-time — You receive the timestamp when this trusted issuer was registered.

## Changes

- **2026-07-03** `9addd64b04b1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/didit-protocol/apis/didit-credentials-api/changes/v1/trusted-issuers/:uuid/patch.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/88fc1af425df/schema)
