---
title: "PATCH /bridges/{bridgeId}"
method: PATCH
path: "/bridges/{bridgeId}"
tags: ["Bridges"]
---

# PATCH /bridges/{bridgeId}

`PATCH /bridges/{bridgeId}`

Update the bridge for the account with given bridge id

## Request body

- ApiBridgeUpdate
  - `name` string — User-defined name for the device.
  - `notes` string
  - `locationId` string, nullable — ID Of the location.
  - `tags` string[]
  - `deviceAddress` DeviceAddress — Address of the device.
    - `name` string, nullable
    - `address` string, nullable
  - `devicePosition` ApiDevicePosition2
    - `latitude` number, double, nullable — The latitude of the device. (WGS 84)
    - `longitude` number, double, nullable — The longitude of the device. (WGS 84).
    - `floor` integer, nullable

## Response `204`

Bridge Updated

## Other responses

- `400` — The supplied object is invalid. Error detail will contain the validation error.
- `401` — You are not authenticated. Please authenticate and try again.
- `403` — You have no permission to access the specified resource.
- `404` — Referenced resource could not be found.
- `500` — Something went wrong in the server. Please try again.

---

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