Skip to content

Commit 7d3679f

Browse files
committed
feat: add WebAuthoringForFlows capability to Permission class
1 parent a7af8b7 commit 7d3679f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tableauserverclient/models/permissions_item.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ class Capability:
4343
CreateRefreshMetrics = "CreateRefreshMetrics"
4444
SaveAs = "SaveAs"
4545
PulseMetricDefine = "PulseMetricDefine"
46+
WebAuthoringForFlows = "WebAuthoringForFlows"
4647

4748
def __repr__(self):
4849
return "<Enum Capability: AddComment | ChangeHierarchy | ChangePermission ... (17 more) >"

0 commit comments

Comments
 (0)