Create dataset

Create dataset

Request

This endpoint expects an object.
namestringRequired>=1 character
idstringOptionalformat: "uuid"
project_idstringOptionalformat: "uuid"

Project ID. Takes precedence over project_name when both are provided.

project_namestringOptionalformat: "(?s)^\s*(\S.*\S|\S)\s*$"

For project scope, specify either project_id or project_name. If project_name is provided and the project does not exist, it will be created. Ignored when project_id is provided. If neither is provided, the dataset is created at workspace level.

typeenumOptional
Allowed values:
visibilityenumOptional
Allowed values:
tagslist of stringsOptional
descriptionstringOptionalformat: "(?s)^\s*(\S.*\S|\S)\s*$"0-255 characters

Response headers

Locationstring

Response

Created