Sha256: a1302f3923b05429ff6a0c143489a561bdf6d139e1df3a14827043fc10ba5203
Contents?: true
Size: 533 Bytes
Versions: 61
Compression:
Stored size: 533 Bytes
Contents
# OryClient::JsonPatch ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **op** | **String** | The JSON Patch operation | | | **path** | **String** | The JSON Pointer to the target key | | | **value** | **Object** | The value to be used. Only available for `add` and `replace` operations. | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::JsonPatch.new( op: null, path: /services/identity/config/smtp/from_name, value: null ) ```
Version data entries
61 entries across 61 versions & 1 rubygems