# OryKratosClient::PatchIdentitiesBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **identities** | [**Array<IdentityPatch>**](IdentityPatch.md) | Identities holds the list of patches to apply required | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::PatchIdentitiesBody.new( identities: null ) ```