connectwise-rest
Preparing search index...
PatchOperation
Type Alias PatchOperation
Manage patch operation input object, usually passed in an array of operations
type
PatchOperation
=
{
op
:
"add"
|
"replace"
|
"remove"
;
path
:
string
;
value
:
unknown
;
}
Index
Properties
op
path
value
Properties
op
op
:
"add"
|
"replace"
|
"remove"
path
path
:
string
value
value
:
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
op
path
value
connectwise-rest
Loading...
Manage patch operation input object, usually passed in an array of operations