updatePartially method

Future<UserPasswordV1> updatePartially (
  1. String correlationId,
  2. String id,
  3. AnyValueMap data
)
inherited

Updates only few selected fields in a data item.

  • correlation_id (optional) transaction id to trace execution through call chain.
  • id an id of data item to be updated.
  • data a map with fields to be updated. Return Future that receives updated item Throws error.