Management API
...
Device
Device Variables
Update Device Variable
4min


Updated 05 Sep 2023
Did this page help you?
Updates a device variable, if requesting manager has access permissions to it.
URL: /api/v1/device-variables/{id}/
Method: PATCH
{ "variable": "v7", "value": "ggg" }
Code: 200 OK
Content Examples:
{ "id": 2018, "created_at": "2021-02-01T07:24:07.617161Z", "variable": "v7", "value": "ggg", "device": 1112 }