Skip to main content

Adding Manual Tag to Devices

POST 

/pub/v4.0/tag

Adding manual tag to the devices.

Request

Query Parameters

    customerid stringrequired

    The customer ID to which the API call is directed

Body

required
    tag objectrequired

    The tag object that will be added to the devices

    deviceidlist arrayrequired

    The device list that will have the new tag. The limit of the device list is 50.

Responses

Successful Response

Schema
    api string

    The current API URI

    updateSuccess string

    To indicate whether the adding operation is success or not

Loading...