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

Response schema changed for POST /v1/convai/agents/{agent_id}/drafts (GetClientAppointmentsParams)

Affected surface
POST /v1/convai/agents/{agent_id}/drafts
Affected field
GetClientAppointmentsParams

What changed

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

Diff

{
  "added_fields": [
    "include_cancelled"
  ],
  "path": "POST /v1/convai/agents/{agent_id}/drafts",
  "schema_path": "schema GetClientAppointmentsParams"
}

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.