---
title: "PATCH /multicast-groups/{Id}"
method: PATCH
path: "/multicast-groups/{Id}"
---

# PATCH /multicast-groups/{Id}

`PATCH /multicast-groups/{Id}`

Updates properties of a multicast group session.

## Path parameters

- `Id` string, required — The ID of the multicast group.

## Request body

- object
  - `Name` string — The name of the multicast group.
  - `Description` string — The description of the new resource.
  - `LoRaWAN` object — The LoRaWAN information that is to be used with the multicast group.
    - `RfRegion` 'EU868' | 'US915' | 'AU915' | 'AS923-1' | 'AS923-2' | 'AS923-3' | 'AS923-4' | 'EU433' | 'CN470' | 'CN779' | 'RU864' | 'KR920' | 'IN865' — Supported RfRegions
    - `DlClass` 'ClassB' | 'ClassC' — DlClass for LoRaWAM, valid values are ClassB and ClassC.

## Response `204`

Success

- UpdateMulticastGroupResponse

## Other responses

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

---

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