A JSON Patch document as defined in https://datatracker.ietf.org/doc/html/rfc6902.
{ * op: "replace", * path: "/name", * value: "New Encryption Key" * } Copy
{ * op: "replace", * path: "/name", * value: "New Encryption Key" * }
The operation to be performed.
The property path.
The value to be used for this operation.
A JSON Patch document as defined in https://datatracker.ietf.org/doc/html/rfc6902.
Example