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

Enum values changed in GET /developer/v1/unified-requests/{unified_request_id} (PayeeDocumentCategory)

Affected surface
GET /developer/v1/unified-requests/{unified_request_id}
Affected field
PayeeDocumentCategory

What changed

Enum values changed in GET /developer/v1/unified-requests/{unified_request_id} (PayeeDocumentCategory) Affected surface: GET /developer/v1/unified-requests/{unified_request_id}. Root cause: schema `PayeeDocumentCategory`. Detected at Fri, 01 May 2026 00:25:20 UTC UTC.

Diff

{
  "added_enums": [
    "CONTRACT_OTHER",
    "SECURITY_EXHIBIT",
    "ADDENDUM_OR_RIDER",
    "ENGAGEMENT_LETTER",
    "SLA",
    "AMENDMENT"
  ],
  "path": "GET /developer/v1/unified-requests/{unified_request_id}",
  "schema_path": "schema PayeeDocumentCategory"
}

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.