---
title: "PATCH /attribute-groups/{attributeGroup}"
method: PATCH
path: "/attribute-groups/{attributeGroup}"
---

# PATCH /attribute-groups/{attributeGroup}

`PATCH /attribute-groups/{attributeGroup}`

Updates an existing attribute group with new details.

## Path parameters

- `attributeGroup` string, required

## Request body

- object
  - `name` string — Deprecated: The new name of the attribute group. The name must be unique in the region in which you are updating the attribute group. Please do not use this field as we have stopped supporting name updates.
  - `description` string — The description of the attribute group that the user provides.
  - `attributes` string — A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.

## Response `200`

Success

- UpdateAttributeGroupResponse
  - `attributeGroup` object — The updated information of the attribute group.
    - `id` string — The globally unique attribute group identifier of the attribute group.
    - `arn` string — The Amazon resource name (ARN) that specifies the attribute group across services.
    - `name` string — The name of the attribute group.
    - `description` string — The description of the attribute group that the user provides.
    - `creationTime` string, date-time — The ISO-8601 formatted timestamp of the moment the attribute group was created.
    - `lastUpdateTime` string, date-time — The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
    - `tags` object — Key-value pairs you can use to associate with the attribute group.

## Other responses

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

---

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