Skip to main content
PATCH
Update an Opportunity
This endpoint is changing in a breaking way as we restructure how Protection Levels work. Contact us at api_support@stora.co and read this guide before starting any integration.

Authorizations

Authorization
string
header
required

Bearer Token necessary to use API

Path Parameters

opportunity_id
string
required

The ID of the opportunity to retrieve

Query Parameters

expand
string[]

This endpoint supports expandable responses. For more, see the documentation page.

Body

application/json

Update Opportunity Request

site
object | null

The site associated with the opportunity. To remove the association, set site to null.

metadata
object | null

Set of key-value pairs for storing additional information on the opportunity. Learn more about metadata.

line_items
object[] | null

Skip this property (do not include it inside the request) if you don't want to update the line items. Existing line items not included here in the update request will be removed. To remove all line items, provide an empty array. At most one item per type is allowed.

Maximum array length: 2

Deal Unit Type Line Item

Response

opportunity updated

Single Opportunity

opportunity
object

Opportunity

meta
object