updateAttachments method
- @override
- String correlationId,
- ReferenceV1 reference,
- List<
String> oldIds, - 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.