Add a device to a group
PUT/api/management/v1/inventory/devices/:id/group
Adds a device to a group.
Note that a given device can belong to at most one group. If a device already belongs to some group, it will be moved to the selected one.
Request
Responses
- 204
- 400
- 404
- 500
Success - the device was added to the group.
Invalid Request.
Not Found.
Internal Server Error.