Required fields added in POST /Employees (Employee): [firstName, lastName, dateOfBirth, address]
- Affected surface
- POST /Employees
- Affected field
- Employee
What changed
Required fields added in POST /Employees (Employee): [firstName, lastName, dateOfBirth, address] Affected surface: POST /Employees. Root cause: schema `Employee`. Detected at Sat, 28 Jun 2025 10:53:08 UTC UTC.
Diff
{
"added_required": [
"firstName",
"lastName",
"dateOfBirth",
"address"
],
"path": "POST /Employees",
"schema_path": "schema Employee"
}Likely impact
Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.
Recommended action
Add the new required field to all request payloads or arguments. Requests omitting it will be rejected.
Related changes
Other endpoints affected by the same root cause.
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.
