ory-client 1.22.35

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# IdentityPatchResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**action** | Option<**String**> | The action for this specific patch create ActionCreate  Create this identity. error ActionError  Error indicates that the patch failed. | [optional]
**error** | Option<[**serde_json::Value**].md> |  | [optional]
**identity** | Option<**String**> | The identity ID payload of this patch | [optional]
**patch_id** | Option<**String**> | The ID of this patch response, if an ID was specified in the patch. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)