Update a data source
update_data_sourceRename a data source or replace its connection settings. The config you pass replaces the stored one entirely, so include every setting, not just the changed ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| config | No | Connection settings for this connector type, for example { host, port, database, username, password, ssl } for postgres. Credentials are stored encrypted at rest and are never returned by read tools. | |
| dataSourceId | Yes | Data source id. |