Move item
data_move_itemMove an item to a different group or position, such as a kanban column, to reorganize and manage your data effectively.
Instructions
Move an item to another group and/or position (e.g. kanban column).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| actor | No | ||
| group | No | ||
| position | No | ||
| command_id | Yes | idempotency key — generate a fresh uuid per action | |
| expected_version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| ok | Yes | ||
| eot | No | ||
| seq | No | ||
| item | No | ||
| note | No | ||
| reason | No | ||
| deleted | No | ||
| collection | No | ||
| violations | No | ||
| expected_version | No | ||
| prev_collection_seq | No |