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

# PATCH /wireless-devices/{Id}

`PATCH /wireless-devices/{Id}`

Updates properties of a wireless device.

## Path parameters

- `Id` string, required — The ID of the wireless device.

## Request body

- object
  - `DestinationName` string — The name of the new destination for the device.
  - `Name` string — The new name of the resource.
  - `Description` string — The description of the new resource.
  - `LoRaWAN` object — LoRaWAN object for update functions.
    - `DeviceProfileId` string — The ID of the device profile for the wireless device.
    - `ServiceProfileId` string — The ID of the service profile.
    - `AbpV1_1` object — ABP device object for update APIs for v1.1
      - `FCntStart` integer — The FCnt init value.
    - `AbpV1_0_x` object — ABP device object for update APIs for v1.0.x
      - `FCntStart` integer — The FCnt init value.
    - `FPorts` object — FPorts object for the positioning information of the device.
      - `Positioning` object — Positioning FPorts for the ClockSync, Stream, and GNSS functions.
        - `ClockSync` integer — The Fport value.
        - `Stream` integer — The Fport value.
        - `Gnss` integer — The Fport value.
      - `Applications` ApplicationConfig[] — LoRaWAN application, which can be used for geolocation by activating positioning.
        - `FPort` integer — The Fport value.
        - `Type` 'SemtechGeolocation' — Application type, which can be specified to obtain real-time position information of your LoRaWAN device.
        - `DestinationName` string — The name of the position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN.
  - `Positioning` 'Enabled' | 'Disabled' — FPort values for the GNSS, stream, and ClockSync functions of the positioning information.

## Response `204`

Success

- UpdateWirelessDeviceResponse

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