New: MCP server monitoring is live. Start free trial
GustoSchemaAdditive

Schema reference changed in POST /v1/contractors/{contractor_uuid}/termination response 422: "inline" → "Unprocessable-Entity-Error-Object"

Affected surface
POST /v1/contractors/{contractor_uuid}/termination

What changed

Schema reference changed in POST /v1/contractors/{contractor_uuid}/termination response 422: "inline" → "Unprocessable-Entity-Error-Object" Affected surface: POST /v1/contractors/{contractor_uuid}/termination. Root cause: endpoint `POST /v1/contractors/{contractor_uuid}/termination`. Detected at Wed, 03 Jun 2026 04:05:14 UTC UTC.

Diff

{
  "current_value": "Unprocessable-Entity-Error-Object",
  "path": "POST /v1/contractors/{contractor_uuid}/termination",
  "previous_value": "inline",
  "schema_path": "POST /v1/contractors/{contractor_uuid}/termination 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.

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.