update_note
Replace a Markdown note in an Obsidian vault; include an expected SHA-256 hash to only overwrite if unchanged, preventing lost edits.
Instructions
Replace a Markdown note, optionally requiring an expected SHA-256 hash for concurrency safety.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| vault | Yes | ||
| content | Yes | ||
| expectedHash | No |