summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/jsonPATCHSimpleLeafValue.json
blob: 4a109efb919e66f6533388ab6c04bdddb84a1418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "ietf-yang-patch:yang-patch" : {

    "patch-id" : "test-patch",
    "comment" : "this is test patch for simple leaf value",
    "edit" : [
      {
        "edit-id": "edit1",
        "operation": "replace",
        "target": "/instance-identifier-patch-module:my-list2[instance-identifier-patch-module:name='my-leaf20']/instance-identifier-patch-module:name",
        "value": {
          "name": "my-leaf20"
        }
      }
    ]
  }
}