Skip to content

Change tags for a device

POST
/devices/changeTags

Authorizations

ApiKeyAuth

API Key for authentication. Retrieval from either API version login routes, or other authentication token type. See Authentication for more details.

TypeAPI Key (header: Authorization)
Example"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."

Request Body

application/x-www-form-urlencoded
object
Format"JSON"
Format"JSON"

Responses

Request was successful

application/json
JSON
{
"status": "string"
}

Playground

Authorization
Body

Samples

cURL
JavaScript
PHP
Python