curl --request POST \
--url https://api.zo.computer/user-services/create-dataset \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"title": "<string>",
"parent_path_parts": [
"<string>"
]
}
'{
"data": {
"path": "<string>",
"name": "<string>",
"title": "<string>"
},
"error": {
"message": "<string>",
"kind": "error",
"code": "<string>"
}
}Create a new dataset directory with boilerplate files.
curl --request POST \
--url https://api.zo.computer/user-services/create-dataset \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"title": "<string>",
"parent_path_parts": [
"<string>"
]
}
'{
"data": {
"path": "<string>",
"name": "<string>",
"title": "<string>"
},
"error": {
"message": "<string>",
"kind": "error",
"code": "<string>"
}
}