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

Enum values changed in PATCH /email_domains/{id} (EmailDomainType)

Affected surface
PATCH /email_domains/{id}
Affected field
EmailDomainType

What changed

Enum values changed in PATCH /email_domains/{id} (EmailDomainType) Affected surface: PATCH /email_domains/{id}. Root cause: schema `EmailDomainType`. Detected at Wed, 29 Jul 2026 13:45:07 UTC UTC.

Diff

{
  "added_enums": [
    "shared_inbound"
  ],
  "path": "PATCH /email_domains/{id}",
  "schema_path": "schema EmailDomainType"
}

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.

Audit any switch/match statements over this enum. Removed values become unhandled paths.

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.