---
title: "Update a relying party"
method: PATCH
path: "/v1/relying-parties/{uuid}"
tags: ["Trust Registry"]
---

# Update a relying party

`PATCH /v1/relying-parties/{uuid}`

Update a relying party's `name`, `origin`, `client_id`, `status` (`active` / `disabled`), or `trust_policy` (`tenant` / `custom`). Send only the fields you want to change.

## Path parameters

- `uuid` string, uuid, required

## Request body

- object
  - `name` string — You optionally set the relying party display name.
  - `origin` string, uri — You optionally set the registered web origin.
  - `client_id` string — You optionally set the OpenID4VP client identifier.
  - `status` string — You optionally set the registration status: `active` or `disabled`.
  - `trust_policy` string — You optionally set the trust policy: `tenant` or `custom`.

## Response `200`

The relying party was updated.

- object
  - `id` string, uuid — You receive the UUID for this relying party registration.
  - `name` string — You receive the relying party display name.
  - `origin` string, uri — You receive the registered web origin.
  - `client_id` string — You receive the OpenID4VP client identifier.
  - `status` string — You receive the registration status.
  - `trust_policy` string — You receive the trust policy for this relying party: `tenant` (inherit the tenant trust registry) or `custom` (per-relying-party trust rules).
  - `created_at` string, date-time — You receive the timestamp when this relying party was registered.

---

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