New required fields added in POST /v1/approval_requests/submit request body: [method]
- Affected surface
- POST /v1/approval_requests/submit
What changed
New required fields added in POST /v1/approval_requests/submit request body: [method] Affected surface: POST /v1/approval_requests/submit. Root cause: endpoint `POST /v1/approval_requests/submit`. Detected at Fri, 24 Jul 2026 04:10:55 UTC UTC.
Diff
{
"added_required": [
"method"
],
"path": "POST /v1/approval_requests/submit",
"schema_path": "POST /v1/approval_requests/submit 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.
