v1
OpenAPI 3.1.0Proprietary2026-07-13197242444.9 KBSources
Update Existing Source
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}
Path parameters
source_idstring nullable required
Query parameters
secret_returnedboolean
Whether to include secret values in the response
Whether to include secret values in the response
waitboolean
When False, save config and return immediately without waiting for KC update
When False, save config and return immediately without waiting for KC update
Request body
Response
Successful Response