update_a_deal_note
Update the content of an existing note attached to a deal in ActiveCampaign. Modify the note text to keep deal records accurate.
Instructions
🟡 WRITE · updates data · Deals · PUT /deals/{id}/notes/{noteId}
Update a deal note
Modifies an existing record in place. Idempotent.
Update an existing note for a deal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deal's id to assign new note to | |
| body | No | Request body (application/json). | |
| noteId | Yes | Deal note's id to update |