server-client-python icon indicating copy to clipboard operation
server-client-python copied to clipboard

[support a REST API] Update Extensions Site Settings for new Trusted Extensions options

Open jacksonlauren opened this issue 6 months ago • 1 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

This request is specifically about the new Trusted Extensions, but in general TSC doesn't have any of the Site Settings for Extensions yet.

REST API reference: https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref_tableau_extensions_settings.htm

bcantoni avatar Oct 16 '25 23:10 bcantoni