Skip to main content
PATCH
Update an Opportunity

Path Parameters

opportunity_id
string<uuid>
required

Body

application/json

Request body for updating an opportunity via PATCH.

name
string | null

Name of the opportunity

Example:

"Acme Corp - Enterprise License"

owner_user_id
string<uuid> | null

User ID to assign as opportunity owner

stage
string | null

Pipeline stage key for the opportunity

Example:

"Negotiation"

estimated_value
EstimatedValue · object | null

Estimated monetary value of the opportunity

estimated_close_date
string | null

Expected close date (YYYY-MM-DD)

Example:

"2025-09-30"

actual_close_date
string | null

Actual date the opportunity was closed (YYYY-MM-DD)

Example:

"2025-10-15"

notes
string | null

Notes about the opportunity

Example:

"Follow up after Q3 board meeting"

tags
string<uuid>[] | null

List of tag IDs to associate with the opportunity

Response

Successful Response

data
OpportunityResponse · object
required

Opportunity resource.

Custom fields appear as additional keys prefixed with custom_field_.

meta
ResponseMeta · object