config_set
Set a system or per-app configuration value for Nextcloud. Retrieve the current value first to avoid breaking changes.
Instructions
Write a system or per-app config value. Incorrect values can break Nextcloud — prefer config_get before changing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | ||
| key | Yes | ||
| value | Yes | ||
| app_name | No | ||
| value_type | No | string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |