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
Example request
{
"variables": {
"scan-interval-hours": 24,
"enabled-regions": [
"us-east-1",
"us-west-2"
],
"strict-mode": true
}
}