---
title: "PATCH /extensions/{ExtensionIdentifier}"
method: PATCH
path: "/extensions/{ExtensionIdentifier}"
---

# PATCH /extensions/{ExtensionIdentifier}

`PATCH /extensions/{ExtensionIdentifier}`

Updates an AppConfig extension. For more information about extensions, see <a href="https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html">Working with AppConfig extensions</a> in the <i>AppConfig User Guide</i>.

## Path parameters

- `ExtensionIdentifier` string, required

## Request body

- object
  - `Description` string — Information about the extension.
  - `Actions` object — The actions defined in the extension.
  - `Parameters` object — One or more parameters for the actions called by the extension.
  - `VersionNumber` integer — The extension version number.

## Response `200`

Success

- Extension
  - `Id` string — The system-generated ID of the extension.
  - `Name` string — The extension name.
  - `VersionNumber` integer — The extension version number.
  - `Arn` string — The system-generated Amazon Resource Name (ARN) for the extension.
  - `Description` string — Information about the extension.
  - `Actions` object — The actions defined in the extension.
  - `Parameters` object — The parameters accepted by the extension. You specify parameter values when you associate the extension to an AppConfig resource by using the <code>CreateExtensionAssociation</code> API action. For Lambda extension actions, these parameters are included in the Lambda request object.

## Other responses

- `480` — BadRequestException
- `481` — ResourceNotFoundException
- `482` — ConflictException
- `483` — InternalServerException

---

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