Create Project
POST {{base-path}}/sites/{{site-id}}/projects?publishSamples=true
https://help.tableau.com/current/api/restapi/en-us/REST/restapirefprojects.htm#create_project
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
publishSamples | boolean | (Optional) A Boolean value that specifies whether to publish the sample workbooks provided by Tableau to the project. When the publish-value is not specified in the request, or the publishSamples parameter is missing, no samples will be published. To publish the sample workbooks, set publishSamples parameter to true. This option is equivalent to the tabcmd command-line utility option, publishsamples. For more information, see tabcmd |