updateDataset
POST/updateDataset
This API is used to update the Dataset details.
The Authorization must have a Bearer followed by a Token.
Mandatory parameters:
datasetname
Request
Path Parameters
path stringrequired
- application/json
Body
datasetname string
datasetowner string
description string
displayname string
Responses
- 200
updateDataset
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)
- updateDataset
Schema
errorCode string
msg string
{
  "errorCode": "1",
  "msg": "Unexpected error occurred"
}
{
  "errorCode": "1",
  "msg": "Unexpected error occurred"
}
Loading...