Move a document
move_docFile a document under a collection, nest it under a parent, attach it to a project, or order it against its siblings. One call for what dragging it in the sidebar does.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | Yes | A document id, or its exact title. | |
| after | No | Place it immediately after this sibling. | |
| before | No | Place it immediately before this sibling. | |
| parent | No | Document to nest under. Pass null to move it to the top level. | |
| project | No | Project name, slug or id. Pass null to detach. | |
| collection | No | Collection to file it under. Pass null to unfile it. |