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
ids
string
Required
Format
JSON
tagEdits
string
Required
Format
JSON
Responses
Request was successfulSchema JSON JSON
application/json
{
"status": "string"
}