Tableau · Example Payload

Tableau Addtagstoworkbook Example

AnalyticsBusiness IntelligenceDashboardsData Visualization

Tableau Addtagstoworkbook Example is an example object payload from Tableau, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "addTagsToWorkbook",
  "method": "PUT",
  "path": "/sites/{site-id}/workbooks/{workbook-id}/tags",
  "summary": "Tableau Add Tags to Workbook",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "AddtagstoworkbookRequestExample",
      "example": {
        "tags": {
          "tag": [
            {}
          ]
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Addtagstoworkbook200Example",
      "example": {
        "tags": {
          "tag": [
            {}
          ]
        }
      }
    }
  ]
}