---
title: "PUT /apps/{appId}/versions/{versionId}/closedlists/{clEntityId}"
method: PUT
path: "/apps/{appId}/versions/{versionId}/closedlists/{clEntityId}"
---

# PUT /apps/{appId}/versions/{versionId}/closedlists/{clEntityId}

`PUT /apps/{appId}/versions/{versionId}/closedlists/{clEntityId}`

Updates the list entity in a version of the application.

## Path parameters

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

## Request body

- ClosedListModelUpdateObject — Object model for updating a list entity.
  - `subLists` WordListObject[] — The new sublists for the feature.
    - `canonicalForm` string — The standard form that the list represents.
    - `list` string[] — List of synonym words.
  - `name` string — The new name of the list entity.

## Response `200`

Successfully updated list entity name and words list.

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

## Other responses

- `default` — Error Response.

---

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