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

Parameter 'view_id' type changed from 'integer' to '' in GET /api/v2/views/{view_id}/tickets

Affected surface
GET /api/v2/views/{view_id}/tickets
Affected field
view_id@path

What changed

Parameter 'view_id' type changed from 'integer' to '' in GET /api/v2/views/{view_id}/tickets Affected surface: GET /api/v2/views/{view_id}/tickets. Root cause: parameter `view_id@path`. Detected at Wed, 29 Jul 2026 08:45:49 UTC UTC.

Diff

{
  "current_value": "",
  "parameter_in": "path",
  "parameter_name": "view_id",
  "path": "GET /api/v2/views/{view_id}/tickets",
  "previous_value": "integer"
}

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.