Skip to main content
PATCH
Assign tags to a device

Authorizations

Authorization
string
header
required

Developer API key from Dashboard → Settings → Developer API

Path Parameters

id
string<uuid>
required

ID of the device.

Body

application/json
tagIds
string[]
required

Replaces the device’s entire tag set. Send an empty array to clear it. Every ID must be a distinct tag in the caller’s organization — duplicates are rejected as invalid.

UUID (v7).

Response

Updated device tags

device
object
required