Skip to content

Commit 69e1024

Browse files
feat: add WebAuthoringForFlows capability to Permission class (#1642)
Co-authored-by: Jac <jacalata@users.noreply.github.com>
1 parent e110b21 commit 69e1024

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tableauserverclient/models/permissions_item.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class Capability:
4343
CreateRefreshMetrics = "CreateRefreshMetrics"
4444
SaveAs = "SaveAs"
4545
PulseMetricDefine = "PulseMetricDefine"
46-
ExtractRefresh = "ExtractRefresh"
4746
WebAuthoringForFlows = "WebAuthoringForFlows"
4847

4948
def __repr__(self):

0 commit comments

Comments
 (0)