---
title: "PATCH /cameras/{cameraId}"
method: PATCH
path: "/cameras/{cameraId}"
tags: ["Cameras"]
---

# PATCH /cameras/{cameraId}

`PATCH /cameras/{cameraId}`

This endpoint allows the developers to update a specific camera by providing update fields.

## Request body

- ApiCameraUpdate
  - `name` string — User-defined name for the device.
  - `notes` string
  - `speakerId` string, nullable — Id of the speaker.
  - `locationId` string, nullable — ID Of the location.
  - `tags` string[]
  - `devicePosition` ApiDevicePosition
    - `latitude` number, double, nullable — The latitude of the device. (WGS 84)
    - `longitude` number, double, nullable — The longitude of the device. (WGS 84).
    - `azimuth` number, double, nullable
    - `rangeInMeters` number, double, nullable
    - `floor` integer, nullable
    - `fieldOfView` number, double, nullable — Field of view is the range of the observable world visible at any given time through camera viewfinder.
  - `deviceAddress` DeviceAddress — Address of the device.
    - `name` string, nullable
    - `address` string, nullable
  - `publicSafetySharing` PublicSafetySharing
    - `enabled` boolean — Indicates whether the device is shared with public safety agencies.

## Response `204`

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