curl --request POST \
--url https://api2.rhombussystems.com/api/button/updateDetails \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"associatedCameras": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"buttonMode": "PANIC",
"description": "<string>",
"floorNumber": 1,
"latitude": 37.7749,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": -122.4194,
"name": "<string>",
"sensorUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKeyUpdated": false
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Update details for a button sensor.
curl --request POST \
--url https://api2.rhombussystems.com/api/button/updateDetails \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"associatedCameras": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"buttonMode": "PANIC",
"description": "<string>",
"floorNumber": 1,
"latitude": 37.7749,
"locationUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"longitude": -122.4194,
"name": "<string>",
"sensorUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKey": "AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA",
"subLocationsHierarchyKeyUpdated": false
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://api-docs.rhombus.community/llms.txt
Use this file to discover all available pages before exploring further.
Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).
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.
api-token, api, partner-api-token, partner-api Request to update button sensor details.
List of associated camera device UUIDs
RUUID with optional appended facet information
"AAAAAAAAAAAAAAAAAAAAAA.v0"
Optional button mode configuration
PANIC, PROGRAMMABLE, DOORBELL, NONE Optional description for the button sensor
Optional floor number
1
Optional latitude coordinate
37.7749
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Optional longitude coordinate
-122.4194
Optional name for the button sensor
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
A sequence of one or more base 64 (url-safe) uuid substrings. These substrings are separated by dots (.).
Show child attributes
"AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA.AAAAAAAAAAAAAAAAAAAAAA"
Whether the sub-locations hierarchy key has been updated
false
Was this page helpful?