On this page
article
400 - Value Too Long
The
value_too_long error code will be returned if the length of a provided value is longer than the permitted maximum.This error code would be returned for example, if a property had a maximum length of 50 characters but you provided 51 or more characters in your request, e.g.:
{
"metadata": [
{
"key": "AVCZRVMHTTOTLMRJVOVLNCNCMXTZLBOQRAWDZXCDSEVTKNDTBSJJGHVXCCLJ", //60 characters
}
]
}