Move document
move_documentRelocate a document to another collection or under a different parent; omit the parent ID to place it at the collection's top level.
Instructions
Move a document to another collection and/or under a different parent document. Omit parentDocumentId to move it to the top level of the collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Document id | |
| index | No | Position among siblings | |
| collectionId | No | Target collection id | |
| parentDocumentId | No | Target parent document id |