@ory/client
Version:
OpenAPI client for @ory/client
22 lines (14 loc) • 665 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/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)