---
title: "PATCH /apps/{appId}/versions/{versionId}/entities/{entityId}"
method: PATCH
path: "/apps/{appId}/versions/{versionId}/entities/{entityId}"
---

# PATCH /apps/{appId}/versions/{versionId}/entities/{entityId}

`PATCH /apps/{appId}/versions/{versionId}/entities/{entityId}`

Updates the name of an entity extractor or the name and instanceOf model of a child entity extractor.

## Path parameters

- `appId` string, uuid, required
- `versionId` string, required
- `entityId` string, uuid, required

## Request body

- EntityModelUpdateObject — An entity extractor update object.
  - `name` string — Entity name.
  - `instanceOf` string — The instance of model name

## Response `200`

Successful operation.

- OperationStatus — Response of an Operation status.
  - `code` 'Failed' | 'FAILED' | 'Success' — Status Code.
  - `message` string — Status details.

## Other responses

- `default` — Error Response.

---

[API](https://skmtc.net/azure/apis/luis-authoring-client.md) · [All operations](https://skmtc.net/azure/apis/luis-authoring-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/luis-authoring-client/versions/a26a0f7e5a37/schema)
