8000 [DOC] Add webpage_url to workbookItem by shinchris · Pull Request #669 · tableau/server-client-python · GitHub
[go: up one dir, main page]

Skip to content

[DOC] Add webpage_url to workbookItem #669

New issue 8000

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 29, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/api-ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -3436,6 +3436,7 @@ Name | Description
`tags` | The tags that have been added to the workbook.
`updated_at` | The date and time when the workbook was last updated.
`views` | The list of views (`ViewItem`) for the workbook. You must first call the [workbooks.populate_views](#workbooks.populate_views) method to access this data. See the [ViewItem class](#viewitem-class).
`webpage_url` | The full URL of the workbook.



Expand Down
0