Skip to main content
POST
/
api
/
integrations
/
storage
/
updateGoogleIntegrationV2
Update Google integration V2
curl --request POST \
  --url https://api2.rhombussystems.com/api/integrations/storage/updateGoogleIntegrationV2 \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "googleSettings": {
    "allowUserStorage": true,
    "apiToken": "<string>",
    "defaultAlertFolderId": "<string>",
    "defaultAlertFolderName": "<string>",
    "defaultFolderId": "<string>",
    "defaultFolderName": "<string>",
    "enabled": true,
    "integration": "AVIGILON_ALTA",
    "integrationAuditMap": {},
    "orgUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "refreshToken": "<string>",
    "saveAllAlerts": true,
    "saveClips": true,
    "tokenValid": true,
    "userSettingsMap": {},
    "userUuid": "AAAAAAAAAAAAAAAAAAAAAA"
  }
}
'
{
  "authError": false,
  "error": true,
  "errorMsg": "<string>",
  "failedGuids": [
    "<string>"
  ],
  "misconfiguredDoors": [
    "<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 Google V2 integration settings with enhanced features.

googleSettings
object

Google V2 integration settings to update

Response

200 - application/json

OK

Response object for updating organization integrations.

authError
boolean | null

Whether an authentication error occurred during update

Example:

false

error
boolean | null
errorMsg
string | null
failedGuids
(string | null)[] | null

List of GUIDs that failed to update

List of GUIDs that failed to update

misconfiguredDoors
(string | null)[] | null

List of door names that are assigned to multiple Rhombus locations

List of door names that are assigned to multiple Rhombus locations

warningMsg
string | null