Ory.Model.JsonPatch (ory_client v1.1.17)

A JSONPatch document as defined by RFC 6902

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
}