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

Version Path
ory-client-0.1.0.alpha12 docs/JsonPatch.md
ory-client-0.1.0.alpha11 docs/JsonPatch.md
ory-client-0.1.0.alpha10 docs/JsonPatch.md
ory-client-0.1.0.alpha9 docs/JsonPatch.md
ory-client-0.1.0.alpha8 docs/JsonPatch.md
ory-client-0.1.0.alpha7 docs/JsonPatch.md
ory-client-0.1.0.alpha6 docs/JsonPatch.md
ory-client-0.1.0.alpha5 docs/JsonPatch.md
ory-client-0.1.0.alpha4 docs/JsonPatch.md
ory-client-0.1.0.alpha3 docs/JsonPatch.md
ory-client-0.1.0.alpha2 docs/JsonPatch.md
ory-client-0.1.0.alpha1 docs/JsonPatch.md
ory-client-0.0.1.alpha189 docs/JsonPatch.md
ory-client-0.0.1.alpha188 docs/JsonPatch.md
ory-client-0.0.1.alpha187 docs/JsonPatch.md
ory-client-0.0.1.alpha186 docs/JsonPatch.md
ory-client-0.0.1.alpha184 docs/JsonPatch.md
ory-client-0.0.1.alpha183 docs/JsonPatch.md
ory-client-0.0.1.alpha182 docs/JsonPatch.md
ory-client-0.0.1.alpha181 docs/JsonPatch.md