v56

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

Update an integration connection

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

patch/v1/integrations/connections/{id}

Path parameters

idstring required

Request body

organizationIdstring

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

metadataobject

Connection metadata to merge into the existing record. Common AWS keys: connectionName, regions (string array), awsScanMode ('comp_scanners' or 'security_hub'). The server shallow-merges this with the existing metadata, so include only the keys you want to change.

Example request

{
  "metadata": {
    "connectionName": "Production AWS (renamed)",
    "regions": [
      "us-east-1",
      "us-west-2"
    ]
  }
}