8000 Merge pull request #427 from jacalata/master · Kogi13/server-client-python@1e148af · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e148af

Browse files
author
Irwin Dolobowsky
authored
Merge pull request tableau#427 from jacalata/master
tableau#52 docs - clarify tags must be a list
2 parents 9c8e1d0 + 5de51ff commit 1e148af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/api-ref.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Name | Description
244244
`name` | The name of the data source. If not specified, the name of the published data source file is used.
245245
`project_id` | The identifier of the project associated with the data source. When you must provide this identifier when create an instance of a `DatasourceItem`
246246
`project_name` | The name of the project associated with the data source.
247-
`tags` | The tags that have been added to the data source.
247+
`tags` | The tags that have been added to the data source. This is a list of strings, e.g ["tag"].
248248
`updated_at` | The date and time when the data source was last updated.
249249

250250

@@ -2546,7 +2546,7 @@ Name | Description
25462546
`project_name` | The name of the project.
25472547
`size` | The size of the workbook (in megabytes).
25482548
`show_tabs` | (Boolean) Determines whether the workbook shows tabs for the view.
2549-
`tags` | The tags that have been added to the workbook.
2549+
`tags` | The tags that have been added to the workbook. This is a list of strings, e.g ["tag"].
25502550
`updated_at` | The date and time when the workbook was last updated.
25512551
`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).
25522552

0 commit comments

Comments
 (0)
0