update_a_deal_new
Update an existing deal by providing its ID and the fields to modify. Modify deal title, description, value, stage, and more.
Instructions
🟡 WRITE · updates data · Deals · PUT /deals/{id}
Update a deal
Modifies an existing record in place. Idempotent.
Update an existing deal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Deal's id | |
| body | No | Request body (application/json). |