8000 Add parent_id descr (#266) · rshide/server-client-python@608aa76 · GitHub
[go: up one dir, main page]

Skip to content

Commit 608aa76

Browse files
sotnicht8y8
authored andcommitted
Add parent_id descr (tableau#266)
1 parent b817537 commit 608aa76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs/api-ref.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,7 @@ The project resources for Tableau are defined in the `ProjectItem` class. The cl
10311031

10321032
```py
10331033

1034-
ProjectItem(name, description=None, content_permissions=None)
1034+
ProjectItem(name, description=None, content_permissions=None, parent_id=None)
10351035

10361036
```
10371037
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.
@@ -1044,6 +1044,7 @@ Name | Description
10441044
`name` | Name of the project.
10451045
`description` | The description of the project.
10461046
`id` | The project id.
1047+
`parent_id` | The parent project id.
10471048

10481049

10491050

0 commit comments

Comments
 (0)
0