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.
open suspend override fun updateItem(item: Item): Result<String>