Cameras

Swap any camera with a new one. If the device is not visible by the bridge, API is going to throw a 404 error. If the GUID has already been attached to the account, API is going to throw a 409 error. If the provided GUID is in wrong format, API is going to throw 400 error.

patch/cameras/{cameraId}:swap

Request body

guidstring uuid nullable

Represents a new camera

Example request

{
  "guid": "ddfa5b34-5d04-431e-8287-110fe87edf71"
}

Response

Camera swap operation success.

Changes

No recorded changes to this endpoint across all 1 revision of this API.