Ory.Model.JsonPatch (ory_client v1.1.23)

JSON Patch allows you to target individual keys in a JSON document for updates. For more examples see: https://jsonpatch.com

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.JsonPatch{
  from: String.t() | nil,
  op: String.t(),
  path: String.t(),
  value: AnyType | nil
}