config_config_set
Set a configuration value using dot-notation for nested keys. Provide config name, key path, and value. Returns confirmation with key and value.
Instructions
[config] Set a config key (dot-notation OK). Returns {ok, key, value}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| key | Yes | ||
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |