v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
Entity Ingestion Config API

Update Entity Ingestion Config

Update an entity ingestion config. Supports partial updates — only provided fields are changed.

patch/v2/entity-ingestion-configs/{config_id}

Path parameters

config_idstring required

The ID of the ingestion config.

Request body

workflowIdstring nullable

The ID of the workflow that performs the entity sync.

enabledboolean nullable

Whether the ingestion config is enabled.

syncDeletionsboolean nullable

Whether to sync deletions from external source.

Response

Success