update_note
Update note metadata to modify content, type, reference, source, severity, or directive association, ensuring notes remain accurate and compliant.
Instructions
Update note metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Note ID to update | |
| content | No | Update note content | |
| note_type | No | Update note_type | |
| reference_table | No | Update reference table | |
| reference_id | No | Update reference ID | |
| source | No | Update source | |
| severity | No | Update severity | |
| directive_name | No | Update directive name | |
| send_with_directive | No | Update send_with_directive flag. If true and directive_name set, note is included when that directive is retrieved. |