move_link
Relocate a link to another space or folder. Set targetFolderId to null to move to unfiled root.
Instructions
Move an existing link to a different space or folder. Get link IDs from list_links or search. Pass targetFolderId as null to move to root (unfiled).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| linkId | Yes | The link ID to move. Get IDs from list_links or search. | |
| targetSpaceId | No | Move the link to this space. Get IDs from list_spaces. Omit to keep in current space. | |
| targetFolderId | No | Move into this folder (get IDs from list_folders), or pass null to move to unfiled root. Omit to leave folder unchanged. |