tableau-postman icon indicating copy to clipboard operation
tableau-postman copied to clipboard

Update Extensions Site Settings for new Trusted Extensions options

Open jacksonlauren opened this issue 8 months ago • 0 comments

Allow users to set the new Trusted Extensions settings

GET /api/api-version/sites/site-luid/settings/extensions SET /api/api-version/sites/site-luid/settings/extensions

{
    "extensionsEnabled": "true",
    "allowTrusted": "false",
    "includeSandboxed": "false",
    "includeTableauBuilt": "false",
    "includePartnerBuilt": "false",
    "safeList": {
        ...
    }
}

jacksonlauren avatar Jul 03 '25 06:07 jacksonlauren