items-convert_type
items-convert_typeConvert a case file item between types like todo, note, task, and checkbox while preserving previous data for recovery.
Instructions
Converts a CaseFileItem from one type to another. Supported conversions among todo, note, task, and checkbox (todo<->note, todo<->task, note<->task, todo<->checkbox, note<->checkbox). Previous data is preserved for recovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Item ID (@rid format) | |
| new_type | Yes | New type for the item. Supported conversions among: todo, note, task, checkbox |