Skip to main content
POST
Update camera details V2

Authorizations

x-auth-apikey
string
header
required

Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).

Headers

x-auth-scheme
enum<string>
default:api-token
required

Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.

Available options:
api-token,
api,
partner-api-token,
partner-api

Body

application/json

Request to update camera information V2 with partial update support.

customData
string | null

Custom data for the camera

customDataUpdated
boolean | null

Whether custom data was updated

Example:

false

deleted
boolean | null

Whether the camera is deleted

Example:

false

deletedUpdated
boolean | null

Whether deleted status was updated

Example:

false

description
string | null

Description of the camera

Example:

"Camera monitoring the front entrance"

descriptionUpdated
boolean | null

Whether description was updated

Example:

false

directionRadians
number<float> | null
float

Direction in radians

Example:

1.5708

directionRadiansUpdated
boolean | null

Whether direction radians was updated

Example:

false

facetNameMap
object | null

Mapping of device facets to names

facetNameMapUpdated
boolean | null

Whether facet name map was updated

Example:

false

floorNumber
integer<int32> | null
int32

Floor number

Example:

1

floorNumberUpdated
boolean | null

Whether floor number was updated

Example:

false

latitude
number<double> | null
double

Latitude coordinate

Example:

37.7749

latitudeUpdated
boolean | null

Whether latitude was updated

Example:

false

locationUuid
string<RUUID> | null
RUUID

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

locationUuidUpdated
boolean | null

Whether location UUID was updated

Example:

false

longitude
number<double> | null
double

Longitude coordinate

Example:

-122.4194

longitudeUpdated
boolean | null

Whether longitude was updated

Example:

false

mummified
boolean | null

Whether the camera is mummified

Example:

false

mummifiedUpdated
boolean | null

Whether mummified status was updated

Example:

false

name
string | null

Name of the camera

Example:

"Front Door Camera"

nameUpdated
boolean | null

Whether name was updated

Example:

false

policyUuid
string<RUUID> | null
RUUID

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

policyUuidUpdated
boolean | null

Whether policy UUID was updated

Example:

false

subLocationsHierarchyKey
string<SubLocationsHierarchyKey> | null
SubLocationsHierarchyKey

A sequence of one or more base 64 (url-safe) uuid substrings. These substrings are separated by dots (.).

Pattern: ^([A-Za-z0-9\-_]{22})([.][A-Za-z0-9\-_]{22})*$
Example:

"AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA"

subLocationsHierarchyKeyUpdated
boolean | null

Whether sub-locations hierarchy key was updated

Example:

false

uuid
string<RUUID> | null
RUUID

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

Response

200 - application/json

OK

Response indicating the result of updating camera information V2.

error
boolean | null
errorMsg
string | null
warningMsg
string | null
Last modified on August 7, 2026