move_note
Relocate a note or collection to a different parent collection, or send it to root by omitting the target parent ID.
Instructions
Move a note or collection to a different parent collection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the note or collection to move | |
| targetParentId | No | ID of the target parent collection. Omit or null to move to root. |