addAttachments method

  1. @override
Future<List<BlobAttachmentV1>> addAttachments (
  1. String correlationId,
  2. ReferenceV1 reference,
  3. List<String> ids
)
override

Adds reference to attachments by ids and return list of these attachments.

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