sync

Move a sync item

Renames a tracked sync item

post/sync/items/{itemId}/move

Path parameters

itemIdstring required

The current sync item identifier. Supporting file IDs include their extension.

Query parameters

remoteNodestring

name of the remote node

Request body

newItemIdstring required

The new sync item identifier

messagestring

Commit message for the move

forceboolean

Force move even if the sync item has conflicts

Response

Sync item moved successfully

messagestring required

Success message

Changes