Update Deal

Update a deal.

Path parameters

group_idintegerRequired
deal_idintegerRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
round_namestringOptional
notesstringOptional<=8192 characters
Notes about the deal
priorityenumOptional
The priority of the deal
Allowed values:
round_amountintegerOptional
The dollar amount to be raised of the round
round_targetintegerOptional

The target post-money dollar amount of the round

tagslist of stringsOptional
The tags associated with the deal
company_summarystringOptional
The summary of the company
company_idintegerOptional

Response

Successful Response
round_namestring
The name of the round
idinteger
companyobject
notesstring or null<=8192 characters
Notes about the deal
priorityenum or null
The priority of the deal
Allowed values:
round_amountinteger or null
The dollar amount to be raised of the round
round_targetinteger or null

The target post-money dollar amount of the round

tagslist of strings or null
The tags associated with the deal
company_summarystring or null
The summary of the company
created_atdatetime or null
updated_atdatetime or null
is_archivedboolean or null
fileslist of objects or null
dataobject or null
statusenum or null
Allowed values:

Errors