Sha256: 5891f6f807e18a1a40c9cf6512b454359ad2ebb0743f7a8d6ab2d1b3aa8f892e
Contents?: true
Size: 538 Bytes
Versions: 20
Compression:
Stored size: 538 Bytes
Contents
# OryClient::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-client' instance = OryClient::PatchDocument.new( from: null, op: "replace", path: "/name", value: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems