---
title: "Updates the name and explicit (exception) list of a Pattern.Any entity model in a version of the application."
method: PUT
path: "/apps/{appId}/versions/{versionId}/patternanyentities/{entityId}"
---

# Updates the name and explicit (exception) list of a Pattern.Any entity model in a version of the application.

`PUT /apps/{appId}/versions/{versionId}/patternanyentities/{entityId}`

## Path parameters

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

## Request body

- PatternAnyModelUpdateObject — Model object for updating a Pattern.Any entity model.
  - `name` string — The model name.
  - `explicitList` string[] — The Pattern.Any explicit list.

## Response `200`

Successfully updated the Pattern.Any entity extractor.

- 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/revisions/a26a0f7e5a37/schema)
