Deals

Update a deal

patch/crm/deals/{id}

Path parameters

idstring required

Request body

namestring

Name of deal

attributesobject

Attributes for deal update

Example request

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

Response

Deal updated successfully

Changes