patch https://hub.xyte.io/core/v1/organization/
Update configurations on a device.
Authorization
This endpoint requires Authorization.
Request Body
Key | Type | Description |
---|---|---|
configuration | object | An object containing the configuration of elements of a device. |
{
"configuration": {
"a": 0
}
}