update_deal_note
Update an existing deal note by providing deal ID and note ID, with optional new title and body text.
Instructions
Update a deal note.
Args: deal_id: The Nimble deal ID. note_id: The note ID. title: New title. body: New body text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| title | No | ||
| deal_id | Yes | ||
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |