sources
Update data source
Update a data source connection. Only account_name can be updated via this endpoint.
/api/v1/sources/{id}/
Headers
Authorizationrequiredany - API key authentication using Bearer scheme
Path Parameters
idrequiredstring
Request Body
account_namerequiredstring - New display name for the connection
Response
idrequiredinteger
account_namerequiredstring
typerequiredenum<string>: SUPABASE, POSTGRES, MYSQL, BIGQUERY, DATABRICKS, FILE, MOTHERDUCK, CLICKHOUSE, MONGODB, MIXPANEL, SINGLESTORE, GOOGLE_SHEETS, MSSQL, SNOWFLAKE, MCP - * `SUPABASE` - Supabase * `POSTGRES` - Postgres * `MYSQL` - MySQL * `BIGQUERY` - BigQuery * `DATABRICKS` - Databricks * `FILE` - File Upload * `MOTHERDUCK` - MotherDuck * `CLICKHOUSE` - ClickHouse * `MONGODB` - MongoDB * `MIXPANEL` - Mixpanel * `SINGLESTORE` - SingleStore * `GOOGLE_SHEETS` - Google Sheets * `MSSQL` - SQL Server * `SNOWFLAKE` - Snowflake * `MCP` - MCP
created_atrequiredstring<date-time>
is_fully_configuredrequiredboolean
