Global architecture
With the Remote Control API, you can create, update or delete your flags.
The flag architecture is the following :
Predefined Type & Source
Flag type can only be: string, boolean, number, array, object.
Flag source can only be: manual, cliIf you wanna check in depth each field check Flag API
{
"name": "<NAME>",
"type": "<TYPE>",
"source": "<SOURCE>",
"description": "<DESCRIPTION>",
"default_value": "<DEFAULT_VALUE>",
"predefined_values": ["PREDEFINED_VALUE1", "PREDEFINED_VALUE2"]
}