Move a note to a folder
move_noteRelocate a note by its numeric ID to a target folder, or remove it from any folder by providing a null folder ID.
Instructions
Move a note (by numeric id) into a folder, or out of any folder. Pass a folder_id to file it there, or null to un-file it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric id of the note to move. | |
| folder_id | Yes | Target folder id, or null to remove the note from its folder. |