Skip to main content

Interface: PatchOperation

JSONPatch patch operation. Compatible with fast-json-patch and rfc6902 Operation.

Properties

op

Readonly op: "replace" | "add" | "test" | "remove" | "copy" | "move"

Defined in

packages/core/src/client.ts:402


path

Readonly path: string

Defined in

packages/core/src/client.ts:403


value

Optional Readonly value: any

Defined in

packages/core/src/client.ts:404