---
title: "POST /bridges:bulkUpdate"
method: POST
path: "/bridges:bulkUpdate"
tags: ["Bridges"]
---

# POST /bridges:bulkUpdate

`POST /bridges:bulkUpdate`

This endpoints updates multiple bridges with provided updateField.

## Request body

- ApiUpdateBulkBridge — This object identifies the list of bridges to be updated, and the fields and their values to be updated.
  - `ids` string[], required
  - `updateFields` object, required — This defines the parameter that will be updated for list of bridges. Currently, we allow only one parameter to be updated at a time.
    - `locationId` string, nullable — ID Of the location.

## Response `201`

Bridges updated

- BridgeBulkUpdate
  - `response` BulkUpdateResponses — Provides collection of individual responses of each camera update.

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