v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Deals

Update a deal

patch/crm/deals/{id}

Path parameters

idstring required

Request body

namestring

Name of deal

attributesobject

Attributes for deal update

To assign owner of a Deal you can send attributes.deal_owner and utilize the account email or ID.

If you wish to update the pipeline of a deal you need to provide the pipeline and the deal_stage.

Pipeline and deal_stage are ids you can fetch using this endpoint /crm/pipeline/details/{pipelineID}

Example request

{
  "name": "Deal: Connect with client",
  "attributes": {
    "deal_owner": "6093d2425a9b436e9519d034",
    "amount": 12
  }
}

Response

Deal updated successfully