update_user_setting
Update an existing user setting in the AIMFP project. Specify the setting key and new value to modify the configuration.
Instructions
Update existing project-wide user setting in user_settings table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| setting_key | Yes | Setting key to update (must exist) | |
| setting_value | No | New setting value | |
| description | No | New description (optional) | |
| scope | No | New scope (optional) |