v97

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-04231129815.9 KB
Integrations

Update integration bulk sync

Turns bulk imports and backfills on or off for providers whose catalog actions expose sync controls. Disabling keeps the connection, credentials, and live webhook delivery active. An in-flight sync must finish before it can be disabled. Requires the integrations:manage scope.

patch/integrations/{id}

Path parameters

idstring required

Integration ID.

Request body

syncEnabledboolean required

True to enable sync, false to pause it.

Response

Sync state updated

successboolean
integrationIdstring
providerstring
syncEnabledboolean
changedboolean

False when the integration was already in the requested state.

messagestring

Example response

{
  "success": true
}