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

Required fields added in GET /developer/v1/bills (ApiAccountingFieldSelection)

Affected surface
GET /developer/v1/bills
Affected field
ApiAccountingFieldSelection

What changed

Required fields added in GET /developer/v1/bills (ApiAccountingFieldSelection) Affected surface: GET /developer/v1/bills. Root cause: schema `ApiAccountingFieldSelection`. Detected at Wed, 10 Jun 2026 04:13:28 UTC UTC.

Diff

{
  "added_required": [
    "display_name"
  ],
  "path": "GET /developer/v1/bills",
  "schema_path": "schema ApiAccountingFieldSelection"
}

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.

Add the new required field to all request payloads or arguments. Requests omitting it will be rejected.

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.