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

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

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

Adds a batch of sublists to an existing list entity in a version of the application.

## Path parameters

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

## Request body

- ClosedListModelPatchObject — Object model for adding a batch of sublists to an existing list entity.
  - `subLists` WordListObject[] — Sublists to add.
    - `canonicalForm` string — The standard form that the list represents.
    - `list` string[] — List of synonym words.

## Response `200`

Successfully added sublists to the list entity.

- 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)
