UNPKG

@ory/kratos-client

Version:

OpenAPI client for @ory/kratos-client

22 lines (14 loc) 630 B
# PatchIdentitiesBody Patch Identities Body ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **identities** | [**Array<IdentityPatch>**](IdentityPatch.md) | Identities holds the list of patches to apply required | [optional] [default to undefined] ## Example ```typescript import { PatchIdentitiesBody } from '@ory/kratos-client'; const instance: PatchIdentitiesBody = { identities, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)