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

Enum values changed in DELETE /v2/transcript/{transcript_id} (EntityType)

Affected surface
DELETE /v2/transcript/{transcript_id}
Affected field
EntityType

What changed

Enum values changed in DELETE /v2/transcript/{transcript_id} (EntityType) Affected surface: DELETE /v2/transcript/{transcript_id}. Root cause: schema `EntityType`. Detected at Thu, 09 Jul 2026 04:47:30 UTC UTC.

Diff

{
  "path": "DELETE /v2/transcript/{transcript_id}",
  "removed_enums": [
    "location_address",
    "location_address_street",
    "location_city",
    "location_coordinate",
    "location_country",
    "location_state",
    "location_zip"
  ],
  "schema_path": "schema EntityType"
}

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 any switch/match statements over this enum. Removed values become unhandled paths.

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.