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

Enum values changed in POST /developer/v1/purchase-orders/{purchase_order_id}/line-items (RampDocumentVersionType)

Affected surface
POST /developer/v1/purchase-orders/{purchase_order_id}/line-items
Affected field
RampDocumentVersionType

What changed

Enum values changed in POST /developer/v1/purchase-orders/{purchase_order_id}/line-items (RampDocumentVersionType) Affected surface: POST /developer/v1/purchase-orders/{purchase_order_id}/line-items. Root cause: schema `RampDocumentVersionType`. Detected at Thu, 03 Sep 2026 13:32:27 UTC UTC.

Diff

{
  "added_enums": [
    "TAX_EXEMPTION_CERTIFICATE"
  ],
  "path": "POST /developer/v1/purchase-orders/{purchase_order_id}/line-items",
  "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.