feat: move items between lists

This commit is contained in:
2026-04-12 11:06:23 +03:00
parent 7411e421ad
commit cb2cb731aa
8 changed files with 213 additions and 3 deletions

View File

@@ -2123,6 +2123,13 @@
"nullable": true,
"default": null,
"description": "New sort order."
},
"targetListId": {
"type": "integer",
"format": "int64",
"nullable": true,
"default": null,
"description": "Move item to a different list (must belong to the same house)."
}
}
}