Update dashboard extensions settings of server - Retired in API 3.21 (Server-only)
PUT {{baseUrl}}/api/-/settings/server/extensions/dashboard
Retired in API 3.21 (Cloud October 2023 / Server 2023.3)
In October 2023 Tableau Cloud and Tableau Server version 2023.3 releases, Tableau's REST API methods for dashboard extensions settings are retired. We recommend you replace dashboard extensions methods for enabling, listing, getting details of, and updating dashboard extensions with Tableau extensions settings methods that have similar functionality.
Updates the settings for dashboard extensions of a server
Version: Available in API 3.11 ( Tableau Server 2021.1) and later. Not available for Tableau Cloud. Versioning Overview
Permissions: This method can only be called by users with server administrator permissions. Permissions Overview
License: No additional license required.
Access Scope: Not available.
Access Scopes Overview: Cloud | Server-Windows | Server-Linux
Request Body
{"block_list_items"=>[{"url"=>"<string>", "block_list_item_luid"=>"<string>"}, {"url"=>"<string>", "block_list_item_luid"=>"<string>"}], "extensions_enabled"=>"<boolean>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Tableau-Auth | string | The Tableau authentication header. The value is a credentials token from a Tableau server's response to an authentication request. | |
The Content-Type and Accept headers should be the mediatype of the request and response except in cases where you want to explicitly allow other versions of the resource. | |||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"block_list_items":[{"url":"\u003cstring\u003e","block_list_item_luid":"\u003cstring\u003e"},{"url":"\u003cstring\u003e","block_list_item_luid":"\u003cstring\u003e"}],"extensions_enabled":"\u003cboolean\u003e"}