---
title: "Update Entity"
method: PUT
path: "/api/v1/admin/openbb/entities/{entity_uuid}"
tags: ["Admin APIs", "openbb-entities"]
---

# Update Entity

`PUT /api/v1/admin/openbb/entities/{entity_uuid}`

Update an existing OpenBB entity.

## Path parameters

- `entity_uuid` string, required

## Request body

- OpenBBEntityUpdate — Schema for updating an OpenBB entity.
  - `name` string, nullable — Entity name
  - `email` string, email, nullable — Entity contact email
  - `company_type` string, nullable — Company type
  - `organization_size` string, nullable — Organization size
  - `aum` integer, nullable — Assets Under Management
  - `country` string, nullable — Country code or name
  - `seats` integer, nullable — Number of licensed seats
  - `expiration_date` string, date-time, nullable — Expiration date
  - `entity_type_uuid` string, nullable — UUID of the entity type

## Response `200`

Successful Response

- OpenBBEntityRead — Schema for reading an OpenBB entity.
  - `uuid` string, required
  - `name` string, required
  - `email` string, nullable
  - `company_type` string, nullable
  - `organization_size` string, nullable
  - `aum` integer, nullable
  - `country` string, nullable
  - `seats` integer, nullable
  - `expiration_date` string, nullable
  - `entity_type` OpenBBEntityTypeRead — Schema for entity type information.
    - `uuid` string, nullable
    - `code` string, nullable
    - `entity_type` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
