Skip to content

Change tags for a device

POST
/devices/changeTags

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Request Body

JSON
{
"ids": "string",
"tagEdits": "string"
}

Responses

Request was successful
application/json
JSON
{
"status": "string"
}

Samples