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
Copy file name to clipboardExpand all lines: docs/docs/api-ref.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ Name | Description
244
244
`name` | The name of the data source. If not specified, the name of the published data source file is used.
245
245
`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`
246
246
`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"].
248
248
`updated_at` | The date and time when the data source was last updated.
249
249
250
250
@@ -2546,7 +2546,7 @@ Name | Description
2546
2546
`project_name`| The name of the project.
2547
2547
`size`| The size of the workbook (in megabytes).
2548
2548
`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"].
2550
2550
`updated_at`| The date and time when the workbook was last updated.
2551
2551
`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).
0 commit comments