Skip to content

JsonPatch

JsonPatch

Data type: object

A JSONPatch document as defined by RFC 6902

Name Type Description Example
op (1) string The operation to be performed:
  • add: TODO
  • remove: TODO
  • replace: TODO
  • move: TODO
  • copy: TODO
  • test: TODO
add
path (1) string A JSON-Pointer /productOrderItem/0/product/terminationDate
value
from string A string containing a JSON Pointer value. /productOrderItem/0/product/terminationDate