update_note
Update a note's body by its id or title. Provide the identifier and the replacement text.
Instructions
Replace a note body by id or title.
Args: identifier: Note id or title text body: Replacement plain text/HTML body
Returns: Structured JSON with the updated note or an error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |