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

Parameter 'id' type changed from 'number' to 'integer' in PUT /api/v2/suspended_tickets/{id}/recover

Affected surface
PUT /api/v2/suspended_tickets/{id}/recover
Affected field
id@path

What changed

Parameter 'id' type changed from 'number' to 'integer' in PUT /api/v2/suspended_tickets/{id}/recover Affected surface: PUT /api/v2/suspended_tickets/{id}/recover. Root cause: parameter `id@path`. Detected at Tue, 09 Jun 2026 14:43:07 UTC UTC.

Diff

{
  "current_value": "integer",
  "parameter_in": "path",
  "parameter_name": "id",
  "path": "PUT /api/v2/suspended_tickets/{id}/recover",
  "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.

Related changes

Other endpoints affected by the same root cause.

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.