update_config_value
Update an iSuite configuration value using dot-notation key and new value. Records the change reason in the audit log and optionally triggers a service restart.
Instructions
Update a specific iSuite configuration value. Requires appropriate admin permissions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Dot-notation config key to update. | |
| value | Yes | New value to set. Type must match the key's expected type. | |
| reason | No | Reason for the change (recorded in audit log). | |
| restartRequired | No | Whether this change requires a service restart to take effect. |