String serviceUrl = ProfileUrls.TAGS.format(this,
ProfileParams.sourceId.get(sourceId),
ProfileParams.targetId.get(targetId));
ProfileSerializer serializer = new ProfileSerializer(profile);
Response response = updateData(serviceUrl, null, serializer.tagsPayload(), null);
checkResponseCode(response, HTTPCode.OK);
}
/***************************************************************