Entity Ingestion Config API
Update Entity Ingestion Config
Update an entity ingestion config. Supports partial updates — only provided fields are changed.
PATCH
Update Entity Ingestion Config
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the ingestion config.
Body
application/json
The ID of the workflow that performs the entity sync.
Whether the ingestion config is enabled.
Whether to sync deletions from external source.
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
The updated ingestion config.
Update Entity Ingestion Config

