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
- application/json
Body
datasetname string
datasetowner string
description string
displayname string
Responses
- 200
updateDataset
Response Headers
Date
string
Set-Cookie
string
Strict-Transport-Security
string
Vary
string
X-Content-Type-Options
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...