Skip to main content
PATCH
Update Entity Ingestion Config

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

config_id
string
required

The ID of the ingestion config.

Body

application/json
workflowId
string | null

The ID of the workflow that performs the entity sync.

enabled
boolean | null

Whether the ingestion config is enabled.

syncDeletions
boolean | null

Whether to sync deletions from external source.

syncIntervalSeconds
integer | null

Minimum interval between scheduled syncs, in seconds. Absent leaves the current setting unchanged; 0 resets to "auto" (platform default cadence); any positive value sets that interval.

Response

Success

data
data · object

The updated ingestion config.