Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 707 Bytes

File metadata and controls

17 lines (9 loc) · 707 Bytes

ReplaceSettingModel

Properties

Name Type Description Notes
name String The name of the Feature Flag or Setting.
hint String A short description for the setting, shown on the Dashboard UI. [optional]
tags List<Long> The IDs of the tags which are attached to the setting. [optional]
order Integer The order of the Setting represented on the ConfigCat Dashboard. Determined from an ascending sequence of integers. [optional]
isJson Boolean Indicates whether this setting should validate string values as JSON values. [optional]