curl --request POST \
--url https://api2.rhombussystems.com/api/doorcontroller/updateDetails \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Update details for door controller. Note: uuid is a required field
curl --request POST \
--url https://api2.rhombussystems.com/api/doorcontroller/updateDetails \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
'{
"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 object for updating details for a door controller.
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Description of the door controller
"Controls access to the main entrance"
Direction in radians for the door controller
1.5708
Floor number where the door controller is located
1
Latitude coordinate of the door controller
34.0522
base 64 (url-safe) uuid string
"AAAAAAAAAAAAAAAAAAAAAA"
Longitude coordinate of the door controller
-118.2437
Name of the door controller
"Main Entrance Controller"
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?