Tableau · Schema

UpdateWorkbookRequest

AnalyticsBusiness IntelligenceDashboardsData Visualization

Properties

Name Type Description
workbook object
View JSON Schema on GitHub

JSON Schema

tableau-updateworkbookrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateWorkbookRequest",
  "title": "UpdateWorkbookRequest",
  "type": "object",
  "properties": {
    "workbook": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "showTabs": {
          "type": "boolean"
        },
        "project": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string"
            }
          }
        },
        "owner": {
          "type": "object",
          "properties": {
            "id": {
              "type": "string"
            }
          }
        },
        "encryptExtracts": {
          "type": "string"
        }
      },
      "example": "example_value"
    }
  }
}