400 - Value Too Short
Tip
The value_too_short
error code will be returned when a property value is provided that is shorter than the permitted mimumum.
This could be returned, for example, if you provide a metadata
entry where the value
or key
are <1
characters (i.e. empty or null
), e.g.:
{
"metadata": [
{
"key": "some_key",
"value": ""
}
]
}