---
title: "Update Entity"
method: PATCH
path: "/api/v2/entities/{entity_id}"
tags: ["Entities"]
---

# Update Entity

`PATCH /api/v2/entities/{entity_id}`

Update a specific customer `Entity` of your organization.

## Request body

- PatchEntityInput — Input parameters for updating an `Entity`.
  - `reference_id` string, nullable — Case sensitive unique reference ID for the `Entity`. We recommend setting this to the unique ID of the `Entity` in your system.

## Response `200`

OK

- Entity1 — Information about an `Entity`, which can be either an individual or an organization.
  - `id` string, uuid, required — Unique ID of the `Entity`.
  - `is_kyc_complete` boolean, required — Indicates if `Entity` completed KYC.
  - `entity_type` 'INDIVIDUAL' | 'ORGANIZATION', required
  - `name` string, nullable — Name of `Entity`.
  - `nationality` string, nullable — Nationality or home country of the `Entity`.
  - `reference_id` string, nullable — Case sensitive unique reference ID that you can set for the `Entity`. We recommend setting this to the unique ID of the `Entity` in your system.

## Other responses

- `422` — Unprocessable Entity
- `default` — Default error response

---

[API](https://skmtc.net/dinaricrypto/apis/dinari-enterprise-api.md) · [All operations](https://skmtc.net/dinaricrypto/apis/dinari-enterprise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dinaricrypto/dinari-enterprise-api/revisions/5403e9118588/schema)
