update_datasources
Update multiple datasources in one call, applying partial configuration changes like URL or password without resending entire configs.
Instructions
Update multiple datasources in one tool call. Each entry is {"datasource_id", "name"?, "datasource_config"?}. datasource_config is shallow-merged into the
current datasourceConfiguration across every environment storage per entry, so you
can change just url or authentication.password without re-sending the whole
config. The Redux datasource list is refetched once at the end.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes |