Update existing system setting definition
update-sys-setting-definitionUpdate system setting metadata such as name, description, value type, caching, personalization, and lookup schema by specifying its ID and definition. Creatio requires including code, name, and valueTypeName in every update request.
Instructions
Calls the UpdateSysSettingRequest endpoint to modify metadata such as name, description, valueTypeName, cache flags, personalization flags, and lookup reference schema. IMPORTANT: Creatio validates that Code, Name, and valueTypeName are present on every update, even if they are unchanged—copy the current values when needed. See the /sys-settings-guide prompt for allowed value types and lookup resolution tips.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Existing SysSetting Id (Guid) to update. | |
| definition | Yes | Creatio requires Code, Name, and valueTypeName on every UpdateSysSettingRequest. Always include those fields (existing values are OK) plus any other properties that need updating. |