Schema reference changed in POST /v1/companies/{company_uuid}/payrolls/skip response 422: "inline" → "Payroll-Blockers-Error"
- Affected surface
- POST /v1/companies/{company_uuid}/payrolls/skip
What changed
Schema reference changed in POST /v1/companies/{company_uuid}/payrolls/skip response 422: "inline" → "Payroll-Blockers-Error" Affected surface: POST /v1/companies/{company_uuid}/payrolls/skip. Root cause: endpoint `POST /v1/companies/{company_uuid}/payrolls/skip`. Detected at Fri, 01 May 2026 00:37:23 UTC UTC.
Diff
{
"current_value": "Payroll-Blockers-Error",
"path": "POST /v1/companies/{company_uuid}/payrolls/skip",
"previous_value": "inline",
"schema_path": "POST /v1/companies/{company_uuid}/payrolls/skip response 422"
}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.
