Skip to main content

JsonPatchDocument

Array of operations to perform

  • Array [
  • opstring

    JSON Patch operation to perform.

    valuestring

    Value that should be applied by the operation.

    pathstring

    Patch path that points to the field that should be updated.

  • ]
  • JsonPatchDocument
    [
    {
    "op": "string",
    "value": "string",
    "path": "string"
    }
    ]