move_category
Relocate or rename a category by specifying current and new paths. Updates all notes assigned to the old category to reflect the new path.
Instructions
Move/rename a category.
Args: old_path: Current category path new_path: New category path
Returns: Count of notes updated
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| new_path | Yes | ||
| old_path | Yes |