Move managed documentation
project_doc_moveMove a managed document to another folder under the managed docs root while preserving its DOC ID; use an empty folder to relocate it to the root.
Instructions
Move a managed document to another folder below the managed docs root. The DOC ID never changes; use an empty folder for the root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Managed document to move, e.g. DOC-0003. | |
| folder | Yes | Destination folder relative to the managed docs root. An empty string moves it to the root. | |
| expectedRevision | No | Revision string from an earlier read of this record. The write is refused if it no longer matches, so a concurrent edit is reported rather than overwritten. Omit to skip the check. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| record | Yes | A canonical record with its body, revision and reference graph. |