ory-client 1.20.22

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# JsonPatch

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**from** | Option<**String**> | This field is used together with operation \"move\" and uses JSON Pointer notation.  Learn more [about JSON Pointers]https://datatracker.ietf.org/doc/html/rfc6901#section-5. | [optional]
**op** | **String** | The operation to be performed. One of \"add\", \"remove\", \"replace\", \"move\", \"copy\", or \"test\". | 
**path** | **String** | The path to the target path. Uses JSON pointer notation.  Learn more [about JSON Pointers]https://datatracker.ietf.org/doc/html/rfc6901#section-5. | 
**value** | Option<[**serde_json::Value**].md> | The value to be used within the operations.  Learn more [about JSON Pointers]https://datatracker.ietf.org/doc/html/rfc6901#section-5. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)