Ory.Model.IdentityPatchResponse (ory_client v1.6.2)

Response for a single identity patch

Summary

Types

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

Functions