...
Code Block |
---|
title | Response body should contain anchors delta report (added/deleted/modified configuration) as below. |
---|
collapse | true |
---|
|
[
{
"action": "ADDcreate",
"xpath": "/bookstore/categories/[@code=3]",
"target-data": {
"code": 3,
"name": "kidz"
}
},
{
"action": "DELETEremove",
"xpath": "/bookstore/categories/[@code=1]",
"source-data": {
"code": 1,
"name": "Fiction"
}
},
{
"action": "UPDATEreplace",
"xpath": "/bookstore/categories/[@code=2]",
"source-data": {
"name": "Funny"
},
"target-data": {
"name": "Comic"
}
}
] |
...
References/Future Changes