Skip to main content
POST
/
api
/
policy
/
updateVideoIntercomPolicy
Update video intercom policy
curl --request POST \
  --url https://api2.rhombussystems.com/api/policy/updateVideoIntercomPolicy \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "policy": {
    "description": "<string>",
    "name": "<string>",
    "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "scheduledTriggers": [
      {
        "scheduleUuid": "AAAAAAAAAAAAAAAAAAAAAA",
        "triggerSet": [
          {
            "activity": "SOUND_LOUD",
            "faceAlertLabelSet": [
              "<string>"
            ],
            "faceAlertUnidentified": true,
            "faceAllowedLabelSet": [
              "<string>"
            ],
            "lufsThreshold": 123,
            "peopleCountThreshold": 123,
            "vehicleAlertLabelSet": [
              "<string>"
            ],
            "vehicleAlertUnidentified": true,
            "vehicleAllowedLabelSet": [
              "<string>"
            ]
          }
        ]
      }
    ],
    "uuid": "AAAAAAAAAAAAAAAAAAAAAA"
  }
}
'
{
  "error": true,
  "errorMsg": "<string>",
  "warningMsg": "<string>"
}

Authorizations

x-auth-apikey
string
header
required

Your API key for Rhombus.

Headers

x-auth-scheme
string
default:api-token
required

Authentication scheme indicator ("api-token").

Required string length: 9

Body

application/json

Request object for updating a video intercom policy.

policy
object

Updated video intercom policy configuration

Response

200 - application/json

OK

Response object for updating a video intercom policy.

error
boolean | null
errorMsg
string | null
warningMsg
string | null