//
koffee-backend
/
eu.yeger.koffee.service
/
ItemService
/
updateItem
updateItem
Updates an
Item
. Must validate that the
Item
exists and the data is valid.
Return
The
Result
of the operation.
Parameters
item
The
Item
to be updated.
abstract suspend fun
updateItem
(item:
Item
):
Result
<
String
>
Content copied to clipboard