diff --git a/tableauserverclient/server/request_options.py b/tableauserverclient/server/request_options.py index 9f3247e7b..7e1e6a808 100644 --- a/tableauserverclient/server/request_options.py +++ b/tableauserverclient/server/request_options.py @@ -34,6 +34,7 @@ class Field: Subtitle = 'subtitle' Tags = 'tags' Title = 'title' + TopLevelProject = 'topLevelProject' Type = 'type' UpdatedAt = 'updatedAt' UserCount = 'userCount'