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

Enum values changed in POST /v1/workflows/{workflowId}/nodes/{nodeId}/add-branch (WorkflowTimerUnit)

Affected surface
POST /v1/workflows/{workflowId}/nodes/{nodeId}/add-branch
Affected field
WorkflowTimerUnit

What changed

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

Diff

{
  "path": "POST /v1/workflows/{workflowId}/nodes/{nodeId}/add-branch",
  "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.