summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json
blob: b0a4700b9228651b80745a891a9bd556bb0a801e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
        "ietf-yang-patch:yang-patch": {
                "patch-id": "Patch 2",
                "comment": "patch for isHOAllowed for a cell",
                "edit": [{
                        "edit-id": "edit1",
                        "operation": "merge",
                        "target": "/ran-network:isHOAllowed",
                        "value": {
                             "isHOAllowed": ${tmp.isHOAllowed}
                        }
                 }]
        }
}