Fixed
Return 400 for person names longer than the allowed length
about 23 hours ago by ReadMe API
POST /people and PATCH /people/{personId} now reject a firstName or lastName longer than 100 characters with a 400 Bad Request, instead of failing with a server error. The limit counts characters rather than bytes, so names containing emoji or other multi-byte characters get the same 100-character allowance.
