uploadDatasetCSV
POST/uploadDatasetCSV
This API is used to upload the CSV file for a dataset.
The Authorization
must have a Bearer
followed by a Token
.
Mandatory parameters:
datasetValuefile
datasetname
Note: The datasetValuefile
must be CSV.
Request
- multipart/form-data
Body
datasetValuefile string
datasetname string
Responses
- 200
uploadDatasetCSV
Response Headers
Date
string
Set-Cookie
string
Strict-Transport-Security
string
Vary
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- uploadDatasetCSV
Schema
errorCode number
msg string
{
"errorCode": 1,
"msg": "Unexpected error occurred"
}
{
"errorCode": 1,
"msg": "Unexpected error occurred"
}
Loading...