Skip to main content
POST
/
api
/
integrations
/
storage
/
updateBoxIntegration
Update Box integration
curl --request POST \
  --url https://api2.rhombussystems.com/api/integrations/storage/updateBoxIntegration \
  --header 'Content-Type: application/json' \
  --header 'x-auth-apikey: <api-key>' \
  --header 'x-auth-scheme: <x-auth-scheme>' \
  --data '
{
  "boxSettings": {
    "enabled": true,
    "enabledTimestampMs": 123,
    "enablingUser": "<string>",
    "enablingUserUuid": "AAAAAAAAAAAAAAAAAAAAAA",
    "enterpriseId": "<string>",
    "folderId": "<string>"
  }
}
'
{
  "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 Box file storage integration settings.

boxSettings
object

Box file storage 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