Required fields added in POST /rest/v2/opportunities (CreateOpportunityRequest)
- Affected surface
- POST /rest/v2/opportunities
- Affected field
- CreateOpportunityRequest
What changed
Required fields added in POST /rest/v2/opportunities (CreateOpportunityRequest) Affected surface: POST /rest/v2/opportunities. Root cause: schema `CreateOpportunityRequest`. Detected at Thu, 23 Jul 2026 06:53:33 UTC UTC.
Diff
{
"added_required": [
"stage_id",
"contact_id"
],
"path": "POST /rest/v2/opportunities",
"schema_path": "schema CreateOpportunityRequest"
}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
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.
