A JSON Pointer value that references a location within the target document where the operation is performed.
The value to be used for this operation.
[
{
op: "replace",
path: "/name",
value: "Corp"
},
{
op: "replace",
path: "/hostnames/1",
value: "example-tenant.us.qlikcloud.com"
},
{
op: "replace",
path: "/autoAssignCreateSharedSpacesRoleToProfessionals",
value: true
},
{
op: "replace",
path: "/autoAssignPrivateAnalyticsContentCreatorRoleToProfessionals",
value: false
},
{
op: "replace",
path: "/autoAssignDataServicesContributorRoleToProfessionals",
value: true
},
{
op: "replace",
path: "/enableAnalyticCreation",
value: false
}
]
The operation to be performed.