Skip to content

Commit c24b7ff

Browse files
committed
docs: reflect actual behavior
1 parent f74a714 commit c24b7ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tableauserverclient/server/endpoint/extensions_endpoint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def get(self) -> ExtensionsSiteSettings:
6161

6262
@api(version="3.21")
6363
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.
64+
"""Updates the extensions settings for the site. Any extensions omitted
65+
from the safe extensions list will be removed.
6666
6767
Parameters
6868
----------

0 commit comments

Comments
 (0)