v1

latestOpenAPI 3.0.32026-07-24434977.4 KB
Devices

Updating a device.

Updates a device.

patch/devices/{deviceId}

Path parameters

deviceIdstring required

The ID of the device.

Request body

namestring

The name of the device.

metadataobject

Metadata about the device.

Example request

{
  "name": "Camera \\#001 - Main Street"
}

Response

The device was successfully updated.