> ## Documentation Index
> Fetch the complete documentation index at: https://developers.myhero.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Move document batch

> Move multiple documents/folders in one operation. Provide a shared newParentId to move all items to the same folder, or specify a per-item newParentId to…

`move_document_batch`

Move multiple documents/folders in one operation. Provide a shared newParentId to move all items to the same folder, or specify a per-item newParentId to move each to a different destination. Omit newParentId (both shared and per-item) to move to project root.

## Parameters

<ParamField path="projectId" type="string" />

<ParamField path="newParentId" type="string">
  Default destination folder ID applied to every item that doesn't specify its own. Omit to move to project root.
</ParamField>

<ParamField path="items" type="array<object>" required>
  Documents/folders to move.
</ParamField>
