updateAttachments method
- String correlationId,
- ReferenceV1 reference,
- List<
String> oldIds, - List<
String> newIds
Updates reference in all attachments by their ids.
correlationId
(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.