New fields added in PATCH /person/{id} request body: [last_name middle_name suffix first_name]
- Affected surface
- PATCH /person/{id}
What changed
New fields added in PATCH /person/{id} request body: [last_name middle_name suffix first_name] Affected surface: PATCH /person/{id}. Root cause: endpoint `PATCH /person/{id}`. Detected at Tue, 12 May 2026 00:33:45 UTC UTC.
Diff
{
"added_fields": [
"last_name",
"middle_name",
"suffix",
"first_name"
],
"path": "PATCH /person/{id}",
"schema_path": "PATCH /person/{id} request body"
}Likely impact
This is an additive change. Existing integrations are unaffected; this is mostly useful if you want to take advantage of the new surface.
Recommended action
Diff your serializers against the new schema. The diff above shows what moved.
Catch changes like this on every API you depend on.
Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.
