Skip to main content

Adding Manual Tag to Devices

Adding manual tag to the devices.

Query Parameters
    customerid string required

    The customer ID to which the API call is directed

Request Body required
    tag object required

    The tag object that will be added to the devices

    deviceidlist array required

    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...