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

Parameter 'count' type changed from 'number' to 'integer' in GET /organization_memberships

Affected surface
GET /organization_memberships
Affected field
count@query

What changed

Parameter 'count' type changed from 'number' to 'integer' in GET /organization_memberships Affected surface: GET /organization_memberships. Root cause: parameter `count@query`. Detected at Wed, 06 May 2026 00:07:14 UTC UTC.

Diff

{
  "current_value": "integer",
  "parameter_in": "query",
  "parameter_name": "count",
  "path": "GET /organization_memberships",
  "previous_value": "number"
}

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.

Audit serialization on both sides. Type changes break payloads silently more often than loudly — catch this in a contract test before it hits production.

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.