---
title: "POST /cameras:bulkUpdate"
method: POST
path: "/cameras:bulkUpdate"
tags: ["Cameras"]
---

# POST /cameras:bulkUpdate

`POST /cameras:bulkUpdate`

This endpoint allows the developer to update multiple cameras at once by providing update fields.

## Request body

- ApiUpdateBulkCamera — This object identifies the list of cameras 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 cameras. Currently, we allow only one parameter to be updated at a time.
    - `speakerId` string, nullable
    - `locationId` string, nullable — ID Of the location.
    - `on` boolean — Start/stop recording images and video.

## Response `201`

Cameras updated

- CameraBulkUpdate
  - `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)
