---
title: "PUT /apps/{appId}"
method: PUT
path: "/apps/{appId}"
---

# PUT /apps/{appId}

`PUT /apps/{appId}`

Updates the name or description of the application.

## Path parameters

- `appId` string, uuid, required

## Request body

- ApplicationUpdateObject — Object model for updating the name or description of an application.
  - `name` string — The application's new name.
  - `description` string — The application's new description.

## Response `200`

Successfully updated application name and description.

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