Update Device Variable
Last updated
Was this helpful?
Updates a device variable, if the requesting manager has access permissions to it.
URL: /api/v1/device-variables/{id}/
Method: PATCH
variable - String
value - String
{
"variable": "v7",
"value": "ggg"
}Code: 200 OK
{
"id": 2018,
"created_at": "2021-02-01T07:24:07.617161Z",
"variable": "v7",
"value": "ggg",
"device": 1112
}Last updated
Was this helpful?
Was this helpful?