Update an integration connection
Integrations
Update an integration connection | Comp AI API
Update an integration connection in Comp AI. Connect vendor systems, configure OAuth apps, run compliance checks, sync employees, manage variables.
PATCH
Update an integration connection
Authorizations
API key for authentication
Path Parameters
Body
application/json
Auto-resolved from your API key / session. You can omit this; it is ignored by the server.
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:
{
"connectionName": "Production AWS (renamed)",
"regions": ["us-east-1", "us-west-2"]
}Response
200 - undefined

