---
title: "PATCH /billing-groups/{billingGroupName}"
method: PATCH
path: "/billing-groups/{billingGroupName}"
---

# PATCH /billing-groups/{billingGroupName}

`PATCH /billing-groups/{billingGroupName}`

Updates information about the billing group.

Requires permission to access the [UpdateBillingGroup](https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.

## Path parameters

- `billingGroupName` string, required

## Request body

- object
  - `billingGroupProperties` object, required — The properties of a billing group.
    - `billingGroupDescription` string — The description of the billing group.
  - `expectedVersion` integer — The expected version of the billing group. If the version of the billing group does not match the expected version specified in the request, the <code>UpdateBillingGroup</code> request is rejected with a <code>VersionConflictException</code>.

## Response `200`

Success

- UpdateBillingGroupResponse
  - `version` integer — The latest version of the billing group.

## Other responses

- `480` — InvalidRequestException
- `481` — VersionConflictException
- `482` — ThrottlingException
- `483` — InternalFailureException
- `484` — ResourceNotFoundException

---

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