config_set
Set a system or per-app configuration value in Nextcloud. Verify current value with config_get 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 |
|---|---|---|---|
| key | Yes | ||
| scope | Yes | ||
| value | Yes | ||
| app_name | No | ||
| value_type | No | string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |