You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project resources for Tableau are defined in the `ProjectItem` class. The class corresponds to the project resources you can access using the Tableau Server REST API.
@@ -1090,6 +1090,7 @@ Name | Description
1090
1090
`name` | Name of the project.
1091
1091
`description` | The description of the project.
1092
1092
`id` | The project id.
1093
+
`parent_id` | The parent project id.
1093
1094
1094
1095
1095
1096
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ def main():
30
30
parser.add_argument('--filepath', '-f', required=True, help='filepath to the workbook to publish')
0 commit comments