AspNetCore.Docs/aspnetcore/web-api/jsonpatch/snippets/test-success.json

12 lines
155 B
JSON

[
{
"op": "add",
"path": "/customerName",
"value": "Barry"
},
{
"op": "test",
"path": "/customerName",
"value": "Barry"
}
]