Skip to content

Commit 022e6f1

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

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)