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

Response schema changed for PATCH /v1/convai/agents/{agent_id} (ListCalendarEventsParams)

Affected surface
PATCH /v1/convai/agents/{agent_id}
Affected field
ListCalendarEventsParams

What changed

Response schema changed for PATCH /v1/convai/agents/{agent_id} (ListCalendarEventsParams) Affected surface: PATCH /v1/convai/agents/{agent_id}. Root cause: schema `ListCalendarEventsParams`. Detected at Fri, 01 May 2026 00:47:23 UTC UTC.

Diff

{
  "added_fields": [
    "include_cancelled"
  ],
  "path": "PATCH /v1/convai/agents/{agent_id}",
  "schema_path": "schema ListCalendarEventsParams"
}

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.

Diff your serializers against the new schema. The diff above shows what moved.

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.