@qlik/api reference
Embed
Extend
Manage
APIs
Toolkits
Embed
Extend
Manage
APIs
Toolkits
Preparing search index...
roles
PatchRole
Type Alias PatchRole
A JSON Patch document as defined in
http://tools.ietf.org/html/rfc6902
.
type
PatchRole
=
{
op
:
"replace"
|
"add"
|
"remove-value"
;
path
:
"/name"
|
"/description"
|
"/assignedScopes"
|
"/assignedScopes/-"
;
value
:
string
|
string
[]
;
}
Index
Properties
op
path
value
Properties
op
op
:
"replace"
|
"add"
|
"remove-value"
path
path
:
"/name"
|
"/description"
|
"/assignedScopes"
|
"/assignedScopes/-"
value
value
:
string
|
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
op
path
value
Embed
Extend
Manage
APIs
Toolkits
@qlik/api reference
Loading...
A JSON Patch document as defined in http://tools.ietf.org/html/rfc6902.