JsonPatchOperation type
Contains data for patching an entity
Properties |
op |
Type |
string |
Permitted Values |
[add, remove, replace] |
Description |
The kind of operation to perform on the property of an entity |
Required |
true |
Example |
add
|
|
path |
Type |
string |
Description |
the path to the property of an entity |
Required |
true |
|
value |
Type |
string |
Description |
The value of the property for the given path when the op (operation) is “add” or “replace” |
Required |
false |
|