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
Response
Sync state updated
Example response
{
"success": true
}