Tableau · Example Payload

Tableau Addtagstodatasource Example

AnalyticsBusiness IntelligenceDashboardsData Visualization

Tableau Addtagstodatasource 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": "addTagsToDataSource",
  "method": "PUT",
  "path": "/sites/{site-id}/datasources/{datasource-id}/tags",
  "summary": "Tableau Add Tags to Data Source",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "AddtagstodatasourceRequestExample",
      "example": {
        "tags": {
          "tag": [
            {}
          ]
        }
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Addtagstodatasource200Example",
      "example": {
        "tags": {
          "tag": [
            {}
          ]
        }
      }
    }
  ]
}