New: MCP server monitoring is live. Start free
RampSchemaAdditive

Enum values changed in GET /developer/v1/spend-programs/{spend_program_id} (RampDocumentVersionType)

Affected surface
GET /developer/v1/spend-programs/{spend_program_id}
Affected field
RampDocumentVersionType

What changed

Enum values changed in GET /developer/v1/spend-programs/{spend_program_id} (RampDocumentVersionType) Affected surface: GET /developer/v1/spend-programs/{spend_program_id}. Root cause: schema `RampDocumentVersionType`. Detected at Tue, 28 Apr 2026 23:54:45 UTC UTC.

Diff

{
  "added_enums": [
    "WBX"
  ],
  "path": "GET /developer/v1/spend-programs/{spend_program_id}",
  "schema_path": "schema RampDocumentVersionType"
}

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.

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.