From 5963ef15efaa743380ecc31c8232bc8914b8a09e Mon Sep 17 00:00:00 2001 From: Jac Date: Thu, 26 Sep 2024 15:48:56 -0700 Subject: [PATCH] Add 'description' to workbook https://github.com/tableau/server-client-python/issues/548 --- docs/api-ref.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api-ref.md b/docs/api-ref.md index c78a592af..f4daf6c9a 100644 --- a/docs/api-ref.md +++ b/docs/api-ref.md @@ -5291,6 +5291,7 @@ Name | Description `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). `content_url` | The name of the data source as it would appear in a URL. `created_at` | The date and time when the data source was created. +`description` | The user-defined description of the workbook `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. `name` | The name of the workbook. `owner_id` | The ID of the owner.