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

# PATCH /cameras/{cameraId}/settings

`PATCH /cameras/{cameraId}/settings`

Updates the settings of a camera.

It will throw an error if the setting in the payload is not supported by a camera type. 
It won't apply any settings in case of error.

## Request body

- CameraSettings
  - `rtspCameras` boolean

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