@ory/kratos-client
Version:
OpenAPI client for @ory/kratos-client
22 lines (14 loc) • 672 B
Markdown
# BatchPatchIdentitiesResponse
Patch identities response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**identities** | [**Array<IdentityPatchResponse>**](IdentityPatchResponse.md) | The patch responses for the individual identities. | [optional] [default to undefined]
## Example
```typescript
import { BatchPatchIdentitiesResponse } from '@ory/kratos-client';
const instance: BatchPatchIdentitiesResponse = {
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)