restore_note_version
Restore a note to a previous version by providing the note ID and version commit SHA, creating a new commit with the reverted content.
Instructions
Restore a note to a previous version (creates new commit).
Args: note_id: Note UUID string version_id: Git commit SHA to restore from
Returns: Restored note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| version_id | Yes |