Update existing system setting definition
update-sys-setting-definitionNeed to update a Creatio system setting's metadata? Modify name, description, value type, caching, personalization, and lookup schema. Provide setting ID and current code, name, value type.
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. |