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
Path Parameters
path stringrequired
- application/json
Body
datasetname string
locationCode string
updateattributes
object
city string
Responses
- 200
updateDatasetValues
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)
- updateDatasetValues
Schema
errorCode number
msg string
{
"errorCode": 0,
"msg": "Success"
}
{
"errorCode": 0,
"msg": "Success"
}
Loading...