notes_update
Update a note's title, description, body, project, or tags by ID. Omitted fields remain unchanged.
Instructions
Update a note's fields by id (title, description, body, project, tags). Omitted fields are untouched; tags replace all. The slug and id stay stable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | note id (ULID) | |
| body | No | new body (aliases: content, text) | |
| tags | No | tags, replacing all (a comma-separated string is also accepted); an empty list is read as absent and leaves the tags untouched | |
| title | No | new title | |
| project | No | new project slug ("" or "global" = global scope) | |
| description | No | new description |