v26

latestOpenAPI 3.0.0raw.githubusercontent.com2023-06-09375890.9 KB
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

tagstring

Example request

{
  "tag": "one_tag"
}

Response

OK