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

Response schema changed for GET /developer/v1/spend-programs/{spend_program_id}/workflow-nodes (ApiSpendProgramWorkflowNode)

Affected surface
GET /developer/v1/spend-programs/{spend_program_id}/workflow-nodes
Affected field
ApiSpendProgramWorkflowNode

What changed

Response schema changed for GET /developer/v1/spend-programs/{spend_program_id}/workflow-nodes (ApiSpendProgramWorkflowNode) Affected surface: GET /developer/v1/spend-programs/{spend_program_id}/workflow-nodes. Root cause: schema `ApiSpendProgramWorkflowNode`. Detected at Fri, 01 May 2026 00:25:20 UTC UTC.

Diff

{
  "path": "GET /developer/v1/spend-programs/{spend_program_id}/workflow-nodes",
  "removed_fields": [
    "kind"
  ],
  "schema_path": "schema ApiSpendProgramWorkflowNode"
}

Likely impact

The contract still holds, but observable behavior shifted — defaults, response timing, or rate-limit shaping. Existing code keeps compiling and most calls keep working, but edge cases may differ. Worth a sanity check.

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.