Sha256: 5c9f69ab3c8863e845e5a9d982dc1a0b160aa261ce15ed54366b8d25402d2025
Contents?: true
Size: 560 Bytes
Versions: 4
Compression:
Stored size: 560 Bytes
Contents
# OryKratosClient::IdentityPatch ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **create** | [**CreateIdentityBody**](CreateIdentityBody.md) | | [optional] | | **patch_id** | **String** | The ID of this patch. The patch ID is optional. If specified, the ID will be returned in the response, so consumers of this API can correlate the response with the patch. | [optional] | ## Example ```ruby require 'ory-kratos-client' instance = OryKratosClient::IdentityPatch.new( create: null, patch_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
ory-kratos-client-1.2.1 | docs/IdentityPatch.md |
ory-kratos-client-1.1.0 | docs/IdentityPatch.md |
ory-kratos-client-1.0.0 | docs/IdentityPatch.md |
ory-kratos-client-0.13.1 | docs/IdentityPatch.md |