---
title: "PATCH /wireless-gateways/{Id}"
method: PATCH
path: "/wireless-gateways/{Id}"
---

# PATCH /wireless-gateways/{Id}

`PATCH /wireless-gateways/{Id}`

Updates properties of a wireless gateway.

## Path parameters

- `Id` string, required

## Request body

- object
  - `Name` string — The new name of the resource.
  - `Description` string — The description of the new resource.
  - `JoinEuiFilters` JoinEuiRange[] — A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
    - JoinEui[] — A pair of join EUI describing a range [BegEui, EndEui], both ends are inclusive.
  - `NetIdFilters` NetId[] — A list of NetId values that are used by LoRa gateways to filter the uplink frames.
  - `MaxEirp` number, float — The MaxEIRP value.

## Response `204`

Success

- UpdateWirelessGatewayResponse

## Other responses

- `480` — ValidationException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — InternalServerException
- `484` — 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)
