Move Document
move_documentRelocate a document or folder to a different parent folder in the binder, optionally specifying its position among the target's children.
Instructions
Move a document or folder to a different parent folder in the binder, optionally at a specific position among the target folder's children. Changes only the location, not the content. Requires an open project, a valid document id, and a valid target folder id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| position | No | Zero-based index at which to insert the item among the target folder's children. Omit to append at the end. | |
| documentId | Yes | ||
| targetFolderId | Yes |