updatedTransResource.getTextFlowTargets().add(buildTextFlowTarget(resId, content));
}
// push updated source (same resId different content)
restCaller.asyncPushSource(projectSlug, iterationSlug, updatedSource, false);
restCaller.asyncPushTarget(projectSlug, iterationSlug, docId, localeId, updatedTransResource, "auto");
// push again
restCaller.asyncPushSource(projectSlug, iterationSlug, updatedSource, false);
restCaller.asyncPushTarget(projectSlug, iterationSlug, docId, localeId, updatedTransResource, "auto");
}