Skip to main content

Parameterstoragejsonpatch

Properties

NameTypeDescriptionNotes
opstringThe operation to perform (add, remove, replace, move, copy, test)[default to undefined]
pathstringA JSON-Pointer describing the target location[default to undefined]
value(optional) anyThe value to be used within the operations. Required for add/replace/test.[default to undefined]
from(optional) stringA JSON-Pointer describing the source location for move/copy.[default to undefined]