createDataset
POST/createDataset
This API is used to create a new dataset.
The Authorization
must have a Bearer
followed by a Token
.
Mandatory parameters:
datasetname
displayname
attributeConfig
Optional parameters:
datasetowner
description
Request
- application/json
Body
attributeConfig string
datasetname string
description string
displayname string
Responses
- 200
createDataset
Response Headers
Date
string
Set-Cookie
string
Strict-Transport-Security
string
Vary
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- createDataset
Schema
errorCode number
msg string
{
"errorCode": 0,
"msg": "Success"
}
{
"errorCode": 0,
"msg": "Success"
}
Loading...