v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
Cameras

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

patch/cameras/{cameraId}

Request body

namestring

User-defined name for the device.

notesstring
speakerIdstring nullable

Id of the speaker.

locationIdstring nullable

ID Of the location.

tagsstring[]

Example request

{
  "name": "My new device",
  "notes": "Painted black to better blend with its environment.",
  "speakerId": "10039dab",
  "locationId": "2428fda3-389f-48ce-b062-85875dd6b2e2",
  "devicePosition": {
    "latitude": 52.3074013,
    "longitude": 4.9459903,
    "azimuth": 7.419435,
    "rangeInMeters": 50.4,
    "floor": 50,
    "fieldOfView": 100
  }
}

Response

Camera Updated