items-move_to_case
items-move_to_caseMove a case file item and its descendants to a different case. Place it at the case root or into a specific folder.
Instructions
Moves a CaseFileItem (and all descendants) to a different case. Can move to case root or into a specific folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| case_id | Yes | Target Case ID (@rid format) | |
| item_id | Yes | Item ID to move (@rid format) | |
| parent_id | No | Optional: Parent item ID in target case to nest under. If omitted, item becomes root in target case. |