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
Path Parameters
path stringrequired
- multipart/form-data
Body
datasetValuefile string
datasetname string
Responses
- 200
uploadDatasetCSV
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)
- uploadDatasetCSV
Schema
errorCode number
msg string
{
  "errorCode": 1,
  "msg": "Unexpected error occurred"
}
{
  "errorCode": 1,
  "msg": "Unexpected error occurred"
}
Loading...