New required fields added in POST /api/v1/email-servers/{emailServerId}/test request body: [toAddress fromAddress]
- Affected surface
- POST /api/v1/email-servers/{emailServerId}/test request body
What changed
New required fields added in POST /api/v1/email-servers/{emailServerId}/test request body: [toAddress fromAddress] Affected surface: POST /api/v1/email-servers/{emailServerId}/test request body. Root cause: endpoint `POST /api/v1/email-servers/{emailServerId}/test request body`. Detected at Mon, 10 Nov 2025 06:44:20 UTC UTC.
Diff
{
"added_required": [
"toAddress",
"fromAddress"
],
"schema_path": "POST /api/v1/email-servers/{emailServerId}/test request body"
}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.
Recommended action
Diff your serializers against the new schema. The diff above shows what moved.
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.
