Sha256: 562a05579ed812e3e1dfc9c08174bef75806c638493b2a0295410ae9ea7bc6cb
Contents?: true
Size: 541 Bytes
Versions: 92
Compression:
Stored size: 541 Bytes
Contents
# OryClient::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-client' instance = OryClient::IdentityPatch.new( create: null, patch_id: null ) ```
Version data entries
92 entries across 92 versions & 1 rubygems