🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
curl --request POST \
--url https://api2.rhombussystems.com/api/camera/updateVideoWalls \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"videoWall": {
"deviceList": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"displayName": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"othersCanEdit": true,
"ownerUserUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"settings": {},
"shared": true,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Update a video wall
curl --request POST \
--url https://api2.rhombussystems.com/api/camera/updateVideoWalls \
--header 'Content-Type: application/json' \
--header 'x-auth-apikey: <api-key>' \
--header 'x-auth-scheme: <x-auth-scheme>' \
--data '
{
"videoWall": {
"deviceList": [
"AAAAAAAAAAAAAAAAAAAAAA.v0"
],
"displayName": "<string>",
"orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"othersCanEdit": true,
"ownerUserUuid": "AAAAAAAAAAAAAAAAAAAAAA",
"settings": {},
"shared": true,
"uuid": "AAAAAAAAAAAAAAAAAAAAAA"
}
}
'{
"error": true,
"errorMsg": "<string>",
"warningMsg": "<string>"
}Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9Request to update a video wall configuration.
Video wall configuration to update
Show child attributes
Was this page helpful?