We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74a714 commit c24b7ffCopy full SHA for c24b7ff
tableauserverclient/server/endpoint/extensions_endpoint.py
@@ -61,8 +61,8 @@ def get(self) -> ExtensionsSiteSettings:
61
62
@api(version="3.21")
63
def update(self, extensions_site_settings: ExtensionsSiteSettings) -> ExtensionsSiteSettings:
64
- """Updates the extensions settings for the site. Overwrites all existing settings.
65
- Any extensions omitted from the safe extensions list will be removed.
+ """Updates the extensions settings for the site. Any extensions omitted
+ from the safe extensions list will be removed.
66
67
Parameters
68
----------
0 commit comments