---
title: "Update Entity Ingestion Config"
method: PATCH
path: "/v2/entity-ingestion-configs/{config_id}"
tags: ["Entity Ingestion Config API"]
---

# Update Entity Ingestion Config

`PATCH /v2/entity-ingestion-configs/{config_id}`

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

## Path parameters

- `config_id` string, required — The ID of the ingestion config.

## Request body

- object
  - `workflowId` string, nullable — The ID of the workflow that performs the entity sync.
  - `enabled` boolean, nullable — Whether the ingestion config is enabled.
  - `syncDeletions` boolean, nullable — Whether to sync deletions from external source.
  - `syncIntervalSeconds` union — 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.
    - integer
    - string, int64

## Response `200`

Success

- SvstorePublicapiUpdateEntityIngestionConfigResponse
  - `data` SvstoreIngestionConfig — Entity ingestion configuration for ETL extraction workflows
    - `id` string
    - `appInstanceId` string
    - `workflowId` string
    - `enabled` boolean
    - `createdAt` string, date-time — A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").
    - `updatedAt` string, date-time — A timestamp in RFC 3339 format (e.g., "2025-01-15T01:30:15Z").
    - `teamId` string
    - `serviceName` string, nullable
    - `workflowName` string, nullable
    - `isWorkflowPublished` boolean — Whether the linked workflow has been published/deployed.
    - `hasIngestionContext` boolean — Whether the linked workflow references context.CurrentIngestion.
    - `syncDeletions` boolean
    - `internalEntityTypeId` string
    - `syncIntervalSeconds` union — Customer-configured minimum interval between scheduled syncs, in seconds. Unset means "auto": the platform default cadence and full/delta heuristics apply.
      - integer
      - string, int64

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
