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

Parameter 'active_from' removed from GET /teams/{team_id}/time_offs

Affected surface
GET /teams/{team_id}/time_offs
Affected field
active_from@query

What changed

Parameter 'active_from' removed from GET /teams/{team_id}/time_offs Affected surface: GET /teams/{team_id}/time_offs. Root cause: parameter `active_from@query`. Detected at Thu, 07 May 2026 09:42:46 UTC UTC.

Diff

{
  "parameter_in": "query",
  "parameter_name": "active_from",
  "path": "GET /teams/{team_id}/time_offs"
}

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.

Remove the parameter from your callers — passing it now produces an error or is silently ignored depending on the provider.

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.