sync

Move a sync item

Atomically renames an item across local filesystem, remote repository, and sync state

post/sync/items/{itemId}/move

Path parameters

itemIdstring required

The current sync item identifier (file path without extension)

Query parameters

remoteNodestring

name of the remote node

Request body

newItemIdstring required

The new item identifier to rename to

messagestring

Commit message for the move

forceboolean

Force move even if item has conflicts

Response

Item moved successfully

messagestring required

Success message

Changes