restore_note_version
Restore any note to a prior state by specifying its ID and the target version's commit SHA, capturing the rollback as a new commit.
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 |