Type Alias JSONPatchArray

JSONPatchArray: JSONPatch[]

An array of JSON Patch documents

[
{
path: "/name",
value: "new name"
},
{
path: "/description",
value: "new description"
}
]