v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
Multi Cameras

This endpoint allows you to update a multi camera's data based on its ID.

patch/multiCameras/{multiCameraId}

Request body

namestring

User-defined name for the device.

notesstring
locationIdstring nullable

ID Of the location.

tagsstring[]

Example request

{
  "name": "My new device",
  "notes": "Painted black to better blend with its environment.",
  "locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2"
}

Response

Multi camera Updated