Deals
Update a deal
Updates an existing deal.
put/v1/deals/{id}
Request body
Response
A deal.
Example response
{
"data": {
"id": "665f1c2a9b1e4a0012a3b4c5",
"name": "Project Atlas",
"status": "ACTIVE",
"stage": "DUE_DILIGENCE",
"acquisitionType": "platform"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.