update_note_in_case
Modify an existing note in a specific case by providing the case ID, note ID, and updated content, ensuring accurate and up-to-date case documentation in Binalyze AIR MCP Server.
Instructions
Update an existing note in a specific case
Input Schema
Name | Required | Description | Default |
---|---|---|---|
caseId | Yes | The ID of the case containing the note (e.g., "C-2022-0002") | |
note | Yes | The new content for the note | |
noteId | Yes | The ID of the note to update (e.g., "8d9baa16-9aa3-4e4f-a08e-a74341ce2f90") |