Adds a device to a device group
POST /v1/devicegroup/{deviceGroupID}/device/{deviceID}
Summary
Adds a device to a device group.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| deviceGroupID | path | integer (int64) | Yes | The device group ID. | 1 |
| deviceID | path | integer (int64) | Yes | The device ID to add to the group. | 1 |
Request Body
No request body is documented here.
Responses
200
Success. No response body.
No response body schema documented.