New: MCP server monitoring is live. Start free
CloudflareSchemaAdditive

Response schema changed for POST /accounts/{account_id}/magic/sites/{site_id}/lans (magic_lan_dhcp_server)

Affected surface
POST /accounts/{account_id}/magic/sites/{site_id}/lans
Affected field
magic_lan_dhcp_server

What changed

Response schema changed for POST /accounts/{account_id}/magic/sites/{site_id}/lans (magic_lan_dhcp_server) Affected surface: POST /accounts/{account_id}/magic/sites/{site_id}/lans. Root cause: schema `magic_lan_dhcp_server`. Detected at Wed, 29 Apr 2026 00:21:47 UTC UTC.

Diff

{
  "added_fields": [
    "dhcp_options"
  ],
  "path": "POST /accounts/{account_id}/magic/sites/{site_id}/lans",
  "schema_path": "schema magic_lan_dhcp_server"
}

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.