{
    "path": "_bulk",
    "method": "POST",
    "data": [
        [
            {
                "update": {
                    "_id": "1",
                    "_index": "myfixturetargetindex"
                }
            },
            {
                "script": {
                    "source": "super_detect_noop",
                    "params": {
                        "source": {
                            "local_sites_with_dupe": {
                                "remove": "myfixturesourceindex"
                            }
                        },
                        "handlers": {
                            "local_sites_with_dupe": "set"
                        },
                        "_id": "1",
                        "_type": "_doc",
                        "_index": "myfixturetargetindex"
                    },
                    "lang": "super_detect_noop"
                }
            },
            {
                "update": {
                    "_id": "2",
                    "_index": "myfixturetargetindex"
                }
            },
            {
                "script": {
                    "source": "super_detect_noop",
                    "params": {
                        "source": {
                            "local_sites_with_dupe": {
                                "remove": "myfixturesourceindex"
                            }
                        },
                        "handlers": {
                            "local_sites_with_dupe": "set"
                        },
                        "_id": "2",
                        "_type": "_doc",
                        "_index": "myfixturetargetindex"
                    },
                    "lang": "super_detect_noop"
                }
            }
        ],
        [
            {
                "update": {
                    "_id": "3",
                    "_index": "myfixturetargetindex"
                }
            },
            {
                "script": {
                    "source": "super_detect_noop",
                    "params": {
                        "source": {
                            "local_sites_with_dupe": {
                                "remove": "myfixturesourceindex"
                            }
                        },
                        "handlers": {
                            "local_sites_with_dupe": "set"
                        },
                        "_id": "3",
                        "_type": "_doc",
                        "_index": "myfixturetargetindex"
                    },
                    "lang": "super_detect_noop"
                }
            }
        ]
    ],
    "params": [],
    "contentType": "application\/x-ndjson"
}