Update an opportunity
Updates an existing opportunity by ID. Only included fields and relationships are modified.
The $opportunityStatus field is read-only and cannot be updated. The $task, $note, and $meeting relationships are also read-only — manage them via the $opportunity relationship on the task, the $account/$opportunity note relationships, or via the meeting's $contact attendees that belong to this opportunity's account.
Supports idempotency via the Idempotency-Key header.
Required scope: opportunities:update
Rate limit category: Write
post/v1/opportunities/{id}
Path parameters
idstring required
Unique identifier of the opportunity to update.
Headers
Lightfield-Version'2026-03-01' required
Required API version header. Requests may error without it.
Request body
Response
OK