Response ‒ Devices/UpdateSettings
Property
Type
Description
value
Boolean
The result of the update settings.
Example JSON Devices/UpdateSettings Response
Status 200 – OK
{
“@odata.context”: “https://dev-axonizeapi-axonize.dev-ase-axonize.p.azurewebsites.net/odata/$metadata#Edm.Boolean”,
“value”: true
}
{
“setting”: {
“name”: “string”,
“desiredValue”: “string”,
“reportedValue”: “string”,
“lastSync”: “2018-08-24T11:14:32.081Z”,
“version”: 0
}