Skip to main content

ValueTypeBoolean

key stringrequired

The key

Possible values: non-empty and <= 100 characters

Example: test_key
type stringrequired

The type of the value

Possible values: [boolean]

value booleanrequired

The value

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