Skip to main content
PUT
Update an opportunity using the opportunity ID from search results. Use List Opportunity Statuses to get available status IDs.
Owners are no longer set here. An owner owns a connector, and everything that connector produces. Sending owner_id, owner_email, unassign_owner, create_owner_if_missing or owner_name to this endpoint returns 400. Use Set Connector Owner on the opportunity’s connector instead, or DELETE on the same path to clear it.status_id and notes are unaffected and keep working exactly as before.

Path Parameters

string
required
Opportunity ID (from search results)

Body

string
New status UUID. Use list opportunity statuses to get available IDs
string
Notes about the opportunity
boolean
Set true to remove the current status. Cannot be combined with status_id.
boolean
Set true to clear the notes.