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