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

# POST /apps/{appId}/versions/{versionId}/closedlists

`POST /apps/{appId}/versions/{versionId}/closedlists`

Adds a list entity model to a version of the application.

## Path parameters

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

## Request body

- ClosedListModelCreateObject — Object model for creating a list entity.
  - `subLists` WordListObject[] — Sublists for the feature.
    - `canonicalForm` string — The standard form that the list represents.
    - `list` string[] — List of synonym words.
  - `name` string — Name of the list entity.

## Response `201`

The ID of the created model.

- string, uuid — The ID (GUID) returned by an operation.

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