update_a_note
Update an existing note in ActiveCampaign by providing the note ID and new details such as content, related object type, and related object ID.
Instructions
🟡 WRITE · updates data · Notes · PUT /notes/{id}
Update a note
Modifies an existing record in place. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the note to update | |
| body | No | Request body (application/json). |