Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.corti.ai/llms.txt

Use this file to discover all available pages before exploring further.

Event Properties

FieldValue
event"settings.userSettingsValueChanged"
confidentialboolean
payloadobject
FieldTypeDescription
settingNamestringWhich setting was modified
settingValuestringNew value for the setting

Example

{
  "event": "settings.userSettingsValueChanged",
  "confidential": false,
  "payload": {
    "settingName": "language",
    "settingValue": "en"
  }
}