Ory.Model.IdentityPatchResponse
(ory_kratos v1.3.6-alpha.2)
Response for a single identity patch
Types
@type t() :: %Ory.Model.IdentityPatchResponse{
action: String.t() | nil,
error: any() | nil,
identity: String.t() | nil,
patch_id: String.t() | nil
}