PatchSchema
PatchSchema
This class is array of
AnyOf
This class requires at least one of the following:
JSON Example
[
{
"op": "replace",
"path": "/softwareUpdate/windowed",
"value": true
},
{
"op": "remove",
"path": "/lan/networks/0"
},
{
"op": "add",
"path": "/snmp/snmpv2c/allowedIp",
"value": "1.2.3.4"
},
{
"op": "move",
"from": "/lan/networks/0/interfaces/0",
"path": "/lan/networks/1/interfaces/1"
}
]