updateAttachments method

  1. @override
Future<List<BlobAttachmentV1>> updateAttachments (
  1. String correlationId,
  2. ReferenceV1 reference,
  3. List<String> oldIds,
  4. List<String> newIds
)
override

Updates reference in all attachments by their ids.

  • correlation_id (optional) transaction id to trace execution through call chain.
  • reference a reference to be added.
  • oldIds an old attachments ids to be updated.
  • newIds an new attachments ids to be updated. Return (optional) Future that receives list of attachment or error.