updateData
updateData(instanceData)
Calls the feathersService update
method with the provided serialized instanceData
.
Parameters
- instanceData
{Object}
:The serialized data of the instance.
Returns
{Promise<Object>}
:
A promise that resolves to the updated instance data.