Skip to main content

ValueTypeString

keystringrequired

The key

Possible values: non-empty and <= 100 characters

Example: test_key
typestringrequired

The type of the value

Possible values: [string]

valuestringrequired

The value

Example: The value of test_key
ValueTypeString
{
"key": "test_key",
"type": "string",
"value": "The value of test_key"
}