New: MCP server monitoring is live. Start free trial
Constant ContactSchemaBreaking

New required fields added in schema ProfileDto: [network profile_id]

Affected surface
schema ProfileDto
Affected field
ProfileDto

What changed

New required fields added in schema ProfileDto: [network profile_id] Affected surface: schema ProfileDto. Root cause: schema `ProfileDto`. Detected at Wed, 06 May 2026 00:03:44 UTC UTC.

Diff

{
  "added_required": [
    "network",
    "profile_id"
  ],
  "path": "schema ProfileDto",
  "schema_path": "schema ProfileDto"
}

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.

Add the new required field to all request payloads or arguments. Requests omitting it will be rejected.

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.