sources
Update data source configuration
Update configuration for any type of data source. The required fields depend on the connection type.
PATCH
/api/v1/sources/{id}/update-config/
Headers
Authorizationrequiredany - API key authentication using Bearer scheme
Path Parameters
idrequiredstring
pkrequiredinteger - ID of the source to update
Request Body
account_namestring - Display name
hostnamestring - Server hostname (for database connections)
portinteger - Port number
usernamestring - Username
passwordstring - Password
database_namestring - Database name
connection_stringstring - Connection string
service_account_keyany - Service account key (BigQuery)
tokenstring - Authentication token
hoststring - Host (ClickHouse)
databasestring - Database (ClickHouse)
accountstring - Account (Snowflake)
userstring - User (Snowflake)
public_keystring - Public key (Snowflake)
selected_schemasarray - List of schema names to include (PostgreSQL, MySQL, etc.)
Response
idinteger - Connection ID
account_namestring - Connection name
typestring - Connection type
