NotificationsRequestBodyFieldError
fieldNamestringrequired
JSON field path that failed parsing or validation. Empty for whole-body JSON errors.
Example:
eventIds[0]codestringrequired
Possible values: [unknown_field, invalid_type, invalid_json]
Example:
invalid_typemessagestringrequired
Example:
eventIds has an invalid typeNotificationsRequestBodyFieldError
{
"fieldName": "eventIds[0]",
"code": "invalid_type",
"message": "eventIds has an invalid type"
}