---
title: "PATCH /{applicationId}"
method: PATCH
path: "/{applicationId}"
tags: ["Applications"]
---

# PATCH /{applicationId}

`PATCH /{applicationId}`

Updates an existing managed application. The only value that can be updated via PATCH currently is the tags.

## Path parameters

- `applicationId` string, required

## Query parameters

- `api-version` string, required

## Request body

- Application — Resource information.
  - `id` string — Resource ID
  - `name` string — Resource name
  - `type` string — Resource type
  - `location` string — Resource location
  - `tags` object — Resource tags

## Response `200`

Created - Returns information about the managed application, including provisioning status.

- Application — Resource information.
  - `id` string — Resource ID
  - `name` string — Resource name
  - `type` string — Resource type
  - `location` string — Resource location
  - `tags` object — Resource tags

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/applicationclient.md) · [All operations](https://skmtc.net/azure/apis/applicationclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/applicationclient/versions/ec9a18d2aeea/schema)
