Create a dataset

post
/v1/datasets

Body Parameters

ParamTypeDescription

name

string

required

Dataset unique name

description

string

Dataset description

Responses

200
Created, an object with the following properties:
PropertyTypeDescription

created

string

The RFC3339-formatted time when the dataset was created.

description

string

Dataset description

id

string

Dataset ID

name

string

Unique dataset name

who

string

Name of the dataset creator

401
Forbidden, an object with the following properties:
PropertyTypeDescription

code

string

message

string

Was this page helpful?