Set Device Properties
PUT/api/v1/device/:deviceId
This service message allow to update props of device
Request
Path Parameters
deviceId stringrequired
- application/json
Body
required
name string
orgUID numbernullable
Set the unique given id or null to remove the exists uid.
groupId numbernullable
Set group ID to associate the device with a specific group. set to null to remove the existing group association.
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
name string
orgUID numbernullable
Set the unique given id or null to remove the exists uid.
groupId numbernullable
Set group ID to associate the device with a specific group. set to null to remove the existing group association.
{
"name": "string",
"orgUID": 0,
"groupId": 0
}
Loading...