DeviceGroupUpdateRequest
Make changes to a device group, including changing the name and description, and adding or removing devices.
DeviceGroupUpdateRequest
Make changes to a device group, including changing the name and description, and adding or removing devices.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
devicesToAdd | array | No | Zero or more devices to add to the device group, specified by device ID. The devices will be removed from their current device groups. You can use POST /devices/actions/list to get a list of all devices in the account. |
devicesToRemove | array | No | Zero or more devices to remove from the device group, specified by device ID. The devices will be added to the default device group. |
newGroupDescription | string | No | A new description for the device group. Do not include this parameter to leave the group description unchanged. |
newGroupName | string | No | A new name for the device group. Do not include this parameter if you want to leave the group name unchanged. |