Device
Add a tag to a device
Add a tag to a device and update the tag count
put/device/{deviceID}/addtag
Path parameters
deviceIDstring required
The unique identifier for your device.
Request body
Example request
{
"tag": "one_tag"
}Response
OK
Add a tag to a device and update the tag count
The unique identifier for your device.
{
"tag": "one_tag"
}OK