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

Enum values changed in GET /v1/workflows/{workflowId} (WorkflowTimerUnit)

Affected surface
GET /v1/workflows/{workflowId}
Affected field
WorkflowTimerUnit

What changed

Enum values changed in GET /v1/workflows/{workflowId} (WorkflowTimerUnit) Affected surface: GET /v1/workflows/{workflowId}. Root cause: schema `WorkflowTimerUnit`. Detected at Wed, 22 Jul 2026 06:06:39 UTC UTC.

Diff

{
  "path": "GET /v1/workflows/{workflowId}",
  "removed_enums": [
    "s"
  ],
  "schema_path": "schema WorkflowTimerUnit"
}

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.

Audit any switch/match statements over this enum. Removed values become unhandled paths.

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.