---
search:
  tags:
    - Sources
    - PUT
seo:
  description: >-
    Update an existing source connector. Reference for the PUT
    /sources/{source_id} endpoint in the Streamkap REST API.
sidebar:
  label: Update Existing Source
  badge: PUT
title: Update Existing Source
type: openapi-operation
---
Update an existing source connector.

The `config` object contains connector-specific properties using **dot notation**
(e.g., `table.include.list`, `schema.include.list`, `database.hostname`).
To add tables, include the full `table.include.list` value with the new tables appended.

Use the **GET /sources/connectors** endpoint with a `connector_code` query parameter to
retrieve the full configuration schema for a specific connector type.

`PUT /sources/{source_id}`
