Tableau · Schema

UpdateProjectRequest

AnalyticsBusiness IntelligenceDashboardsData Visualization

Properties

Name Type Description
project object
View JSON Schema on GitHub

JSON Schema

tableau-updateprojectrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateProjectRequest",
  "title": "UpdateProjectRequest",
  "type": "object",
  "properties": {
    "project": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string"
        },
        "description": {
          "type": "string"
        },
        "parentProjectId": {
          "type": "string"
        },
        "contentPermissions": {
          "type": "string",
          "enum": [
            "LockedToProject",
            "ManagedByOwner",
            "LockedToProjectWithoutNested"
          ]
        }
      },
      "example": "example_value"
    }
  }
}