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
Path Parameters
path stringrequired
- application/json
Body
attributeConfig string
datasetname string
description string
displayname string
Responses
- 200
createDataset
Response Headers
- Connection - string 
- Date - string 
- Set-Cookie - string 
- Strict-Transport-Security - string 
- Transfer-Encoding - string 
- Vary - string 
- X-Content-Type-Options - string 
- X-Frame-Options - string 
- X-XSS-Protection - string 
- application/json
- Schema
- Example (from schema)
- createDataset
Schema
errorCode number
msg string
{
  "errorCode": 0,
  "msg": "Success"
}
{
  "errorCode": 0,
  "msg": "Success"
}
Loading...