updateDatasetValues
POST/updateDatasetValues
This API is used to update the values of the DatasetValues.
The Authorization
must have a Bearer
followed by a Token
.
Mandatory parameters:
datasetname
updateattributes
Request
- application/json
Body
datasetname string
locationCode string
updateattributes
object
city string
Responses
- 200
updateDatasetValues
Response Headers
Date
string
Set-Cookie
string
Strict-Transport-Security
string
Vary
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- updateDatasetValues
Schema
errorCode number
msg string
{
"errorCode": 0,
"msg": "Success"
}
{
"errorCode": 0,
"msg": "Success"
}
Loading...