Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.1 KB

CreateSettingInitialValues.md

File metadata and controls

30 lines (18 loc) · 1.1 KB

CreateSettingInitialValues

Properties

Name Type Description Notes
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]
key String The key of the Feature Flag or Setting.
name String The name of the Feature Flag or Setting.
settingType SettingTypeEnum The type of the Feature Flag or Setting.
initialValues List<InitialValue> Optional, initial value of the Feature Flag or Setting in the given Environments. [optional]

Enum: SettingTypeEnum

Name Value
BOOLEAN "boolean"
STRING "string"
INT "int"
DOUBLE "double"