New: MCP server monitoring is live. Start free
OktaSchemaBehavioral

Fields removed in POST /api/v1/email-servers/{emailServerId}/test (EmailTestAddresses): [to, from]

Affected surface
POST /api/v1/email-servers/{emailServerId}/test
Affected field
EmailTestAddresses

What changed

Fields removed in POST /api/v1/email-servers/{emailServerId}/test (EmailTestAddresses): [to, from] Affected surface: POST /api/v1/email-servers/{emailServerId}/test. Root cause: schema `EmailTestAddresses`. Detected at Mon, 10 Nov 2025 06:44:20 UTC UTC.

Diff

{
  "path": "POST /api/v1/email-servers/{emailServerId}/test",
  "removed_fields": [
    "to",
    "from"
  ],
  "schema_path": "schema EmailTestAddresses"
}

Likely impact

The contract still holds, but observable behavior shifted — defaults, response timing, or rate-limit shaping. Existing code keeps compiling and most calls keep working, but edge cases may differ. Worth a sanity check.

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.