Skip to main content

ValueTypeBoolean

keystringrequired

The key

Possible values: non-empty and <= 100 characters, Value must match regular expression ^[a-zA-Z_]\w*$

Example: test_key
typestringrequired

The type of the value

Possible values: [boolean]

valuebooleanrequired

The value

Example: false
ValueTypeBoolean
{
"key": "test_key",
"type": "boolean",
"value": false
}