Skip to content

Commit ee0d366

Browse files
authored
#548 Add 'description' to workbook docs (#1476)
Add 'description' to workbook #548
1 parent 0a7428b commit ee0d366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api-ref.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5291,6 +5291,7 @@ Name | Description
52915291
`connections` | The list of data connections (`ConnectionItem`) for the data sources used by the workbook. You must first call the [workbooks.populate_connections](#workbooks.populate_connections) method to access this data. See the [ConnectionItem class](#connectionitem-class).
52925292
`content_url` | The name of the data source as it would appear in a URL.
52935293
`created_at` | The date and time when the data source was created.
5294+
`description` | The user-defined description of the workbook
52945295
`id` | The identifier for the workbook. You need this value to query a specific workbook or to delete a workbook with the `get_by_id` and `delete` methods.
52955296
`name` | The name of the workbook.
52965297
`owner_id` | The ID of the owner.

0 commit comments

Comments
 (0)