Sha256: a8d1e48195fd41ced77d6d702d2d3cc481e9b08379cda5bae7e66daa7e9abd39

Contents?: true

Size: 554 Bytes

Versions: 9

Compression:

Stored size: 554 Bytes

Contents

# OryHydraClient::PatchDocument

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **from** | **String** | A JSON-pointer | [optional] |
| **op** | **String** | The operation to be performed |  |
| **path** | **String** | A JSON-pointer |  |
| **value** | **Object** | The value to be used within the operations | [optional] |

## Example

```ruby
require 'ory-hydra-client'

instance = OryHydraClient::PatchDocument.new(
  from: null,
  op: "replace",
  path: "/name",
  value: null
)
```

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ory-hydra-client-1.11.8 docs/PatchDocument.md
ory-hydra-client-1.11.7 docs/PatchDocument.md
ory-hydra-client-1.11.6 docs/PatchDocument.md
ory-hydra-client-1.11.5 docs/PatchDocument.md
ory-hydra-client-1.11.4 docs/PatchDocument.md
ory-hydra-client-1.10.6 docs/PatchDocument.md
ory-hydra-client-1.10.5 docs/PatchDocument.md
ory-hydra-client-1.10.3 docs/PatchDocument.md
ory-hydra-client-1.10.2 docs/PatchDocument.md