Skip to main content

ValueTypeDateTime

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: [datetime]

valuedate-timerequired

The value

Example: 2020-09-30T09:09:09Z
ValueTypeDateTime
{
"key": "test_key",
"type": "datetime",
"value": "2020-09-30T09:09:09Z"
}