v5

latestOpenAPI 3.1.02026-08-0456189324.9 KB
Integrations V2

Update Integration

patch/integrations/v2/integrations/{integration_id}

Path parameters

integration_idstring required
Example:5eb7cf5a86d9755df3a6c593

Request body

logicalIdstring nullable

Unique identifier for the integration

provider'microsoft' | 'google' | 'athena' | 'ecw' | 'slack' | 'okta'

Supported integration providers.

namestring nullable

Friendly name for the integration (e.g., 'Google Calendar Sync').

status'active' | 'inactive'

Represents whether the integration is active or inactive.

access'personal' | 'team' | 'system'

Indicates who can access this integration.

timezonestring nullable

IANA timezone string (e.g., 'America/New_York', 'Asia/Kolkata').

Response

Successful Response

Example response

{
  "integration": {
    "teamId": "5eb7cf5a86d9755df3a6c593",
    "createdBy": "5eb7cf5a86d9755df3a6c593",
    "updatedBy": "5eb7cf5a86d9755df3a6c593",
    "_id": "5eb7cf5a86d9755df3a6c593"
  }
}