Skip to main content

ValueTypeDateTime

key stringrequired

The key

Possible values: non-empty and <= 100 characters

Example: test_key
type stringrequired

The type of the value

Possible values: [datetime]

value date-timerequired

The value

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