---
title: "PATCH /applications/{application}"
method: PATCH
path: "/applications/{application}"
---

# PATCH /applications/{application}

`PATCH /applications/{application}`

Updates an existing application with new attributes.

## Path parameters

- `application` string, required

## Request body

- object
  - `name` string — Deprecated: The new name of the application. The name must be unique in the region in which you are updating the application. Please do not use this field as we have stopped supporting name updates.
  - `description` string — The new description of the application.

## Response `200`

Success

- UpdateApplicationResponse
  - `application` object — The updated information of the application.
    - `id` string — The identifier of the application.
    - `arn` string — The Amazon resource name (ARN) that specifies the application across services.
    - `name` string — The name of the application. The name must be unique in the region in which you are creating the application.
    - `description` string — The description of the application.
    - `creationTime` string, date-time — The ISO-8601 formatted timestamp of the moment when the application was created.
    - `lastUpdateTime` string, date-time — The ISO-8601 formatted timestamp of the moment when the application was last updated.
    - `tags` object — Key-value pairs you can use to associate with the application.

## Other responses

- `480` — ResourceNotFoundException
- `481` — ConflictException
- `482` — ValidationException
- `483` — InternalServerException
- `484` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/servicecatalog-appregistry.md) · [All operations](https://skmtc.net/aws/apis/servicecatalog-appregistry/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/servicecatalog-appregistry/versions/69ce5241c582/schema)
