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
datasetnamestring
Example:
Latest_Car
locationCodestring
Example:
10
updateattributes
object
citystring
Example:
ABC
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
errorCodenumber
Example:
0
msgstring
Example:
Success
{
"errorCode": 0,
"msg": "Success"
}
{
"errorCode": 0,
"msg": "Success"
}