v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
Integrations

Update connection variables

Update connection variables in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables, and collect automated evidence.

post/v1/integrations/variables/connections/{connectionId}

Path parameters

connectionIdstring required

Request body

organizationIdstring

Auto-resolved from your API key / session. You can omit this; it is ignored by the server.

variablesobject required

Map of variable id → value to persist for this connection. Values can be string, number, boolean, or string[] (the shape is provider-defined — call get-connection-variables to see what each connection accepts). Pass only the variables you want to set; existing ones not included are left untouched.

Example request

{
  "variables": {
    "scan-interval-hours": 24,
    "enabled-regions": [
      "us-east-1",
      "us-west-2"
    ],
    "strict-mode": true
  }
}