Ory.Model.IdentityPatchResponse (ory_client v1.22.1)

Response for a single identity patch

Summary

Types

t()

@type t() :: %Ory.Model.IdentityPatchResponse{
  action: String.t() | nil,
  error: any() | nil,
  identity: String.t() | nil,
  patch_id: String.t() | nil
}

Functions

decode(value)