Skip to main content

MetadataPrimitiveItemRequest

type stringrequired

Possible values: [boolean, boolean-array, date, date-array, datetime, datetime-array, file, number, number-array, string, string-array]

key stringrequired

The key

Possible values: non-empty and <= 100 characters

Example: test_key
value booleanrequired

The value

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