Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonPatchOperation

The JSON model for a JSON Patch operation

Hierarchy

  • JsonPatchOperation

Index

Properties

Properties

Optional from

from: string

The path to copy from for the Move/Copy operation.

Optional path

path: string

The path for the operation

Optional value

value: any

The value for the operation. This is either a primitive or a JToken.

Generated using TypeDoc