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
attributeConfigstring
Example:
carno, locationCode, city, state, country
datasetnamestring
Example:
LatestCar
descriptionstring
Example:
Type
displaynamestring
Example:
new BMW
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
errorCodenumber
Example:
0
msgstring
Example:
Success
{
"errorCode": 0,
"msg": "Success"
}
{
"errorCode": 0,
"msg": "Success"
}