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
datasetnamestring
Example:
Latest_Car
datasetownerstring
Example:
ARFCU1
descriptionstring
Example:
Type_kill
displaynamestring
Example:
daddy_ghgh_1
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
errorCodestring
Example:
1
msgstring
Example:
Unexpected error occurred
{
"errorCode": "1",
"msg": "Unexpected error occurred"
}
{
"errorCode": "1",
"msg": "Unexpected error occurred"
}