POST
/v1/private/datasetsCreate datasetCreate dataset
Request body
application/json
objectDataset_Write
descriptionstringidstring · uuidnamestringrequiredproject_idstring · uuidProject ID. Takes precedence over project_name when both are provided.
project_namestringFor 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.
tagsarray of stringShow child attributes
typestringvisibilitystring{
"description": "string",
"id": "00000000-0000-0000-0000-000000000000",
"name": "string",
"project_id": "00000000-0000-0000-0000-000000000000",
"project_name": "string",
"tags": [
"string"
],
"type": "dataset",
"visibility": "private"
}Responses
Headers
Location