v1
latestOpenAPI 3.0.02026-08-041353104.2 KBsharing settings
Update sharing toggle settings
Patches the toggle settings for sharing tasks, reports, and other related configuration in the tenant. User must be assigned the TenantAdmin role.
patch/api/v1/sharing-tasks/settings
Request body
Example request
[
{
"op": "replace",
"path": "/enable-sharing",
"value": true
},
{
"op": "replace",
"path": "/enable-sharing",
"value": false
},
{
"op": "replace",
"path": "/enable-report-subscription",
"value": true
},
{
"op": "replace",
"path": "/enable-report-subscription",
"value": false
}
]Response
Sharing settings have been successfully updated.